#87374F

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

Shades of Camelot #87374F

Tints of Camelot #87374F

Color information

#87374F (or 0x87374F) is unknown color: approx Camelot. HEX triplet: 87, 37 and 4F. RGB value is (135,55,79). Sum of RGB (Red+Green+Blue) = 135+55+79=269 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50.19% from 269); Green value is 55 (21.88% from 255 or 20.45% from 269); Blue value is 79 (31.25% from 255 or 29.37% from 269); Max value from RGB is 135 - color contains mainly: red. Hex color #87374F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87374F is #78C8B0. Grayscale: #515151. Windows color (decimal): -7915697 or 5191559. OLE color: 5191559.

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

Color convert

RGB1355579-
CMYK00.590.410.47
HSL342º42.11%37.25%-
HSV(B)342º59.26%52.94%-
XYZ12.778.458.35-
YUV81.66126.5166.05-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 50.19%
GREEN value IS 55 (21.88% from 255) = 20.45%
BLUE value IS 79 (31.25% from 255) = 29.37%
R=50.19%
G=20.45%
B=29.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.41
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135557900.590.410.4734242.1137.25
Hex87374F03B292F1562a25
Octal2076711707351575265245
Binary1000011111011110011110111011101001101111101010110101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87374F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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