#87414F

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

Shades of Camelot #87414F

Tints of Camelot #87414F

Color information

#87414F (or 0x87414F) is unknown color: approx Camelot. HEX triplet: 87, 41 and 4F. RGB value is (135,65,79). Sum of RGB (Red+Green+Blue) = 135+65+79=279 (36% of max value = 765). Red value is 135 (53.12% from 255 or 48.39% from 279); Green value is 65 (25.78% from 255 or 23.30% from 279); Blue value is 79 (31.25% from 255 or 28.32% from 279); Max value from RGB is 135 - color contains mainly: red. Hex color #87414F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87414F is #78BEB0. Grayscale: #575757. Windows color (decimal): -7913137 or 5194119. OLE color: 5194119.

HSL color Cylindrical-coordinate representation of color #87414F: hue angle of 348º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #87414F is Cyan = 0, Magento = 0.52, Yellow = 0.41 and Black (K on CMYK) = 0.47.

Color convert

RGB1356579-
CMYK00.520.410.47
HSL348º35%39.22%-
HSV(B)348º51.85%52.94%-
XYZ13.299.58.53-
YUV87.53123.19161.86-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 48.39%
GREEN value IS 65 (25.78% from 255) = 23.30%
BLUE value IS 79 (31.25% from 255) = 28.32%
R=48.39%
G=23.30%
B=28.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.41
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135657900.520.410.473483539.22
Hex87414F034292F15c2327
Octal20710111706451575344347
Binary10000111100000110011110110100101001101111101011100100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87414F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87414F; }

 p { color: rgb(135,65,79); }

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

<style>
 a { background-color: #87414F; }

 a { background-color: rgb(135,65,79); }

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

<style>
 span { border-color: #87414F; }

 span { border-color: rgb(135,65,79); }

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