#871A31

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

Shades of Scarlett #871A31

Tints of Scarlett #871A31

Color information

#871A31 (or 0x871A31) is unknown color: approx Scarlett. HEX triplet: 87, 1A and 31. RGB value is (135,26,49). Sum of RGB (Red+Green+Blue) = 135+26+49=210 (27% of max value = 765). Red value is 135 (53.12% from 255 or 64.29% from 210); Green value is 26 (10.55% from 255 or 12.38% from 210); Blue value is 49 (19.53% from 255 or 23.33% from 210); Max value from RGB is 135 - color contains mainly: red. Hex color #871A31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #871A31 is #78E5CE. Grayscale: #3D3D3D. Windows color (decimal): -7923151 or 3218055. OLE color: 3218055.

HSL color Cylindrical-coordinate representation of color #871A31: hue angle of 347.34º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #871A31 is Cyan = 0, Magento = 0.81, Yellow = 0.64 and Black (K on CMYK) = 0.47.

Color convert

RGB1352649-
CMYK00.810.640.47
HSL347.34º67.7%31.57%-
HSV(B)347.34º80.74%52.94%-
XYZ10.926.113.51-
YUV61.21121.11180.63-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 64.29%
GREEN value IS 26 (10.55% from 255) = 12.38%
BLUE value IS 49 (19.53% from 255) = 23.33%
R=64.29%
G=12.38%
B=23.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.64
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135264900.810.640.47347.3467.731.57
Hex871A31051402F15b4420
Octal207326101211005753310440
Binary10000111110101100010101000110000001011111010110111000100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #871A31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #871A31; }

 p { color: rgb(135,26,49); }

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

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

 a { background-color: rgb(135,26,49); }

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

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

 span { border-color: rgb(135,26,49); }

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