#81364C

Color #81364C Camelot (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Camelot #81364C

Tints of Camelot #81364C

Color information

#81364C (or 0x81364C) is unknown color: approx Camelot. HEX triplet: 81, 36 and 4C. RGB value is (129,54,76). Sum of RGB (Red+Green+Blue) = 129+54+76=259 (34% of max value = 765). Red value is 129 (50.78% from 255 or 49.81% from 259); Green value is 54 (21.48% from 255 or 20.85% from 259); Blue value is 76 (30.08% from 255 or 29.34% from 259); Max value from RGB is 129 - color contains mainly: red. Hex color #81364C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #81364C is #7EC9B3. Grayscale: #4E4E4E. Windows color (decimal): -8309172 or 4994689. OLE color: 4994689.

HSL color Cylindrical-coordinate representation of color #81364C: hue angle of 342.4º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #81364C is Cyan = 0, Magento = 0.58, Yellow = 0.41 and Black (K on CMYK) = 0.49.

Color convert

RGB1295476-
CMYK00.580.410.49
HSL342.4º40.98%35.88%-
HSV(B)342.4º58.14%50.59%-
XYZ11.687.837.73-
YUV78.93126.35163.71-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 129 (50.78% from 255) = 49.81%
GREEN value IS 54 (21.48% from 255) = 20.85%
BLUE value IS 76 (30.08% from 255) = 29.34%
R=49.81%
G=20.85%
B=29.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.41
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129547600.580.410.49342.440.9835.88
Hex81364C03A29311562924
Octal2016611407251615265144
Binary1000000111011010011000111010101001110001101010110101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81364C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81364C; }

 p { color: rgb(129,54,76); }

 H1.HeaderClassName
 {
   color: #81364C;
 }
 .AnyTagClassName
 {
   color: #81364C;
 }
</style>
background-color css

<style>
 a { background-color: #81364C; }

 a { background-color: rgb(129,54,76); }

 div.DivClassName
 {
   background-color: #81364C;
 }
 .BgClassName
 {
   background-color: #81364C;
 }
</style>
border-color css

<style>
 span { border-color: #81364C; }

 span { border-color: rgb(129,54,76); }

 td.TdClassName
 {
   border-color: #81364C;
 }
 .TagClassName
 {
   border-color: #81364C;
 }
</style>