#87354C

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

Shades of Camelot #87354C

Tints of Camelot #87354C

Color information

#87354C (or 0x87354C) is unknown color: approx Camelot. HEX triplet: 87, 35 and 4C. RGB value is (135,53,76). Sum of RGB (Red+Green+Blue) = 135+53+76=264 (34% of max value = 765). Red value is 135 (53.12% from 255 or 51.14% from 264); Green value is 53 (21.09% from 255 or 20.08% from 264); Blue value is 76 (30.08% from 255 or 28.79% from 264); Max value from RGB is 135 - color contains mainly: red. Hex color #87354C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87354C is #78CAB3. Grayscale: #505050. Windows color (decimal): -7916212 or 4994439. OLE color: 4994439.

HSL color Cylindrical-coordinate representation of color #87354C: hue angle of 343.17º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #87354C is Cyan = 0, Magento = 0.61, Yellow = 0.44 and Black (K on CMYK) = 0.47.

Color convert

RGB1355376-
CMYK00.610.440.47
HSL343.17º43.62%36.86%-
HSV(B)343.17º60.74%52.94%-
XYZ12.578.227.76-
YUV80.14125.67167.13-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 51.14%
GREEN value IS 53 (21.09% from 255) = 20.08%
BLUE value IS 76 (30.08% from 255) = 28.79%
R=51.14%
G=20.08%
B=28.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.44
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135537600.610.440.47343.1743.6236.86
Hex87354C03D2C2F1572c25
Octal2076511407554575275445
Binary1000011111010110011000111101101100101111101010111101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87354C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,53,76); }

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

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

 a { background-color: rgb(135,53,76); }

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

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

 span { border-color: rgb(135,53,76); }

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