#87142E

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

Shades of Scarlett #87142E

Tints of Scarlett #87142E

Color information

#87142E (or 0x87142E) is unknown color: approx Scarlett. HEX triplet: 87, 14 and 2E. RGB value is (135,20,46). Sum of RGB (Red+Green+Blue) = 135+20+46=201 (26% of max value = 765). Red value is 135 (53.12% from 255 or 67.16% from 201); Green value is 20 (8.20% from 255 or 9.95% from 201); Blue value is 46 (18.36% from 255 or 22.89% from 201); Max value from RGB is 135 - color contains mainly: red. Hex color #87142E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #87142E is #78EBD1. Grayscale: #393939. Windows color (decimal): -7924690 or 3019911. OLE color: 3019911.

HSL color Cylindrical-coordinate representation of color #87142E: hue angle of 346.43º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #87142E is Cyan = 0, Magento = 0.85, Yellow = 0.66 and Black (K on CMYK) = 0.47.

Color convert

RGB1352046-
CMYK00.850.660.47
HSL346.43º74.19%30.39%-
HSV(B)346.43º85.19%52.94%-
XYZ10.735.853.15-
YUV57.35121.6183.39-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 67.16%
GREEN value IS 20 (8.20% from 255) = 9.95%
BLUE value IS 46 (18.36% from 255) = 22.89%
R=67.16%
G=9.95%
B=22.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.66
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135204600.850.660.47346.4374.1930.39
Hex87142E055422F15a4a1e
Octal207245601251025753211236
Binary1000011110100101110010101011000010101111101011010100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87142E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87142E; }

 p { color: rgb(135,20,46); }

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

<style>
 a { background-color: #87142E; }

 a { background-color: rgb(135,20,46); }

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

<style>
 span { border-color: #87142E; }

 span { border-color: rgb(135,20,46); }

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