#87384A

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

Shades of Camelot #87384A

Tints of Camelot #87384A

Color information

#87384A (or 0x87384A) is unknown color: approx Camelot. HEX triplet: 87, 38 and 4A. RGB value is (135,56,74). Sum of RGB (Red+Green+Blue) = 135+56+74=265 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50.94% from 265); Green value is 56 (22.27% from 255 or 21.13% from 265); Blue value is 74 (29.30% from 255 or 27.92% from 265); Max value from RGB is 135 - color contains mainly: red. Hex color #87384A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87384A is #78C7B5. Grayscale: #515151. Windows color (decimal): -7915446 or 4864135. OLE color: 4864135.

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

Color convert

RGB1355674-
CMYK00.590.450.47
HSL346.33º41.36%37.45%-
HSV(B)346.33º58.52%52.94%-
XYZ12.648.477.45-
YUV81.67123.67166.04-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 50.94%
GREEN value IS 56 (22.27% from 255) = 21.13%
BLUE value IS 74 (29.30% from 255) = 27.92%
R=50.94%
G=21.13%
B=27.92%

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
Decimal135567400.590.450.47346.3341.3637.45
Hex87384A03B2D2F15a2925
Octal2077011207355575325145
Binary1000011111100010010100111011101101101111101011010101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87384A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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