#87374A

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

Shades of Camelot #87374A

Tints of Camelot #87374A

Color information

#87374A (or 0x87374A) is unknown color: approx Camelot. HEX triplet: 87, 37 and 4A. RGB value is (135,55,74). Sum of RGB (Red+Green+Blue) = 135+55+74=264 (34% of max value = 765). Red value is 135 (53.12% from 255 or 51.14% from 264); Green value is 55 (21.88% from 255 or 20.83% from 264); Blue value is 74 (29.30% from 255 or 28.03% from 264); Max value from RGB is 135 - color contains mainly: red. Hex color #87374A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87374A is #78C8B5. Grayscale: #515151. Windows color (decimal): -7915702 or 4863879. OLE color: 4863879.

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

Color convert

RGB1355574-
CMYK00.590.450.47
HSL345.75º42.11%37.25%-
HSV(B)345.75º59.26%52.94%-
XYZ12.598.387.43-
YUV81.09124166.46-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 51.14%
GREEN value IS 55 (21.88% from 255) = 20.83%
BLUE value IS 74 (29.30% from 255) = 28.03%
R=51.14%
G=20.83%
B=28.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.45
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135557400.590.450.47345.7542.1137.25
Hex87374A03B2D2F15a2a25
Octal2076711207355575325245
Binary1000011111011110010100111011101101101111101011010101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87374A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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