#87374B

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

Shades of Camelot #87374B

Tints of Camelot #87374B

Color information

#87374B (or 0x87374B) is unknown color: approx Camelot. HEX triplet: 87, 37 and 4B. RGB value is (135,55,75). Sum of RGB (Red+Green+Blue) = 135+55+75=265 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50.94% from 265); Green value is 55 (21.88% from 255 or 20.75% from 265); Blue value is 75 (29.69% from 255 or 28.30% from 265); Max value from RGB is 135 - color contains mainly: red. Hex color #87374B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87374B is #78C8B4. Grayscale: #515151. Windows color (decimal): -7915701 or 4929415. OLE color: 4929415.

HSL color Cylindrical-coordinate representation of color #87374B: hue angle of 345º 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 #87374B is Cyan = 0, Magento = 0.59, Yellow = 0.44 and Black (K on CMYK) = 0.47.

Color convert

RGB1355575-
CMYK00.590.440.47
HSL345º42.11%37.25%-
HSV(B)345º59.26%52.94%-
XYZ12.638.397.61-
YUV81.2124.5166.37-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 50.94%
GREEN value IS 55 (21.88% from 255) = 20.75%
BLUE value IS 75 (29.69% from 255) = 28.30%
R=50.94%
G=20.75%
B=28.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.44
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135557500.590.440.4734542.1137.25
Hex87374B03B2C2F1592a25
Octal2076711307354575315245
Binary1000011111011110010110111011101100101111101011001101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87374B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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