#87182C

Color #87182C Scarlett (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scarlett #87182C

Tints of Scarlett #87182C

Color information

#87182C (or 0x87182C) is unknown color: approx Scarlett. HEX triplet: 87, 18 and 2C. RGB value is (135,24,44). Sum of RGB (Red+Green+Blue) = 135+24+44=203 (26% of max value = 765). Red value is 135 (53.12% from 255 or 66.50% from 203); Green value is 24 (9.77% from 255 or 11.82% from 203); Blue value is 44 (17.58% from 255 or 21.67% from 203); Max value from RGB is 135 - color contains mainly: red. Hex color #87182C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #87182C is #78E7D3. Grayscale: #3B3B3B. Windows color (decimal): -7923668 or 2889863. OLE color: 2889863.

HSL color Cylindrical-coordinate representation of color #87182C: hue angle of 349.19º degrees, saturation: 0.7, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #87182C is Cyan = 0, Magento = 0.82, Yellow = 0.67 and Black (K on CMYK) = 0.47.

Color convert

RGB1352444-
CMYK00.820.670.47
HSL349.19º69.81%31.18%-
HSV(B)349.19º82.22%52.94%-
XYZ10.775.992.97-
YUV59.47119.27181.87-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 66.50%
GREEN value IS 24 (9.77% from 255) = 11.82%
BLUE value IS 44 (17.58% from 255) = 21.67%
R=66.50%
G=11.82%
B=21.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.67
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135244400.820.670.47349.1969.8131.18
Hex87182C052432F15d461f
Octal207305401221035753510637
Binary1000011111000101100010100101000011101111101011101100011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87182C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87182C; }

 p { color: rgb(135,24,44); }

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

<style>
 a { background-color: #87182C; }

 a { background-color: rgb(135,24,44); }

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

<style>
 span { border-color: #87182C; }

 span { border-color: rgb(135,24,44); }

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