#87364E

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

Shades of Camelot #87364E

Tints of Camelot #87364E

Color information

#87364E (or 0x87364E) is unknown color: approx Camelot. HEX triplet: 87, 36 and 4E. RGB value is (135,54,78). Sum of RGB (Red+Green+Blue) = 135+54+78=267 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50.56% from 267); Green value is 54 (21.48% from 255 or 20.22% from 267); Blue value is 78 (30.86% from 255 or 29.21% from 267); Max value from RGB is 135 - color contains mainly: red. Hex color #87364E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87364E is #78C9B1. Grayscale: #505050. Windows color (decimal): -7915954 or 5125767. OLE color: 5125767.

HSL color Cylindrical-coordinate representation of color #87364E: hue angle of 342.22º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #87364E is Cyan = 0, Magento = 0.60, Yellow = 0.42 and Black (K on CMYK) = 0.47.

Color convert

RGB1355478-
CMYK00.600.420.47
HSL342.22º42.86%37.06%-
HSV(B)342.22º60%52.94%-
XYZ12.698.348.15-
YUV80.95126.34166.55-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 50.56%
GREEN value IS 54 (21.48% from 255) = 20.22%
BLUE value IS 78 (30.86% from 255) = 29.21%
R=50.56%
G=20.22%
B=29.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.42
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135547800.600.420.47342.2242.8637.06
Hex87364E03C2A2F1562b25
Octal2076611607452575265345
Binary1000011111011010011100111100101010101111101010110101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87364E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87364E; }

 p { color: rgb(135,54,78); }

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

<style>
 a { background-color: #87364E; }

 a { background-color: rgb(135,54,78); }

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

<style>
 span { border-color: #87364E; }

 span { border-color: rgb(135,54,78); }

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