#871432

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

Shades of Scarlett #871432

Tints of Scarlett #871432

Color information

#871432 (or 0x871432) is unknown color: approx Scarlett. HEX triplet: 87, 14 and 32. RGB value is (135,20,50). Sum of RGB (Red+Green+Blue) = 135+20+50=205 (27% of max value = 765). Red value is 135 (53.12% from 255 or 65.85% from 205); Green value is 20 (8.20% from 255 or 9.76% from 205); Blue value is 50 (19.92% from 255 or 24.39% from 205); Max value from RGB is 135 - color contains mainly: red. Hex color #871432 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #871432 is #78EBCD. Grayscale: #393939. Windows color (decimal): -7924686 or 3282055. OLE color: 3282055.

HSL color Cylindrical-coordinate representation of color #871432: hue angle of 344.35º 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 #871432 is Cyan = 0, Magento = 0.85, Yellow = 0.63 and Black (K on CMYK) = 0.47.

Color convert

RGB1352050-
CMYK00.850.630.47
HSL344.35º74.19%30.39%-
HSV(B)344.35º85.19%52.94%-
XYZ10.825.883.58-
YUV57.8123.6183.06-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 65.85%
GREEN value IS 20 (8.20% from 255) = 9.76%
BLUE value IS 50 (19.92% from 255) = 24.39%
R=65.85%
G=9.76%
B=24.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.63
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135205000.850.630.47344.3574.1930.39
Hex8714320553F2F1584a1e
Octal20724620125775753011236
Binary100001111010011001001010101111111101111101011000100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #871432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #871432; }

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

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

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

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

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

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

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

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