#87404B

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

Shades of Camelot #87404B

Tints of Camelot #87404B

Color information

#87404B (or 0x87404B) is unknown color: approx Camelot. HEX triplet: 87, 40 and 4B. RGB value is (135,64,75). Sum of RGB (Red+Green+Blue) = 135+64+75=274 (36% of max value = 765). Red value is 135 (53.12% from 255 or 49.27% from 274); Green value is 64 (25.39% from 255 or 23.36% from 274); Blue value is 75 (29.69% from 255 or 27.37% from 274); Max value from RGB is 135 - color contains mainly: red. Hex color #87404B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87404B is #78BFB4. Grayscale: #565656. Windows color (decimal): -7913397 or 4931719. OLE color: 4931719.

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

Color convert

RGB1356475-
CMYK00.530.440.47
HSL350.7º35.68%39.02%-
HSV(B)350.7º52.59%52.94%-
XYZ13.19.337.77-
YUV86.48121.52162.61-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 49.27%
GREEN value IS 64 (25.39% from 255) = 23.36%
BLUE value IS 75 (29.69% from 255) = 27.37%
R=49.27%
G=23.36%
B=27.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.44
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135647500.530.440.47350.735.6839.02
Hex87404B0352C2F15f2427
Octal20710011306554575374447
Binary10000111100000010010110110101101100101111101011111100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87404B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87404B; }

 p { color: rgb(135,64,75); }

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

<style>
 a { background-color: #87404B; }

 a { background-color: rgb(135,64,75); }

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

<style>
 span { border-color: #87404B; }

 span { border-color: rgb(135,64,75); }

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