#871A2D

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

Shades of Scarlett #871A2D

Tints of Scarlett #871A2D

Color information

#871A2D (or 0x871A2D) is unknown color: approx Scarlett. HEX triplet: 87, 1A and 2D. RGB value is (135,26,45). Sum of RGB (Red+Green+Blue) = 135+26+45=206 (27% of max value = 765). Red value is 135 (53.12% from 255 or 65.53% from 206); Green value is 26 (10.55% from 255 or 12.62% from 206); Blue value is 45 (17.97% from 255 or 21.84% from 206); Max value from RGB is 135 - color contains mainly: red. Hex color #871A2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #871A2D is #78E5D2. Grayscale: #3C3C3C. Windows color (decimal): -7923155 or 2955911. OLE color: 2955911.

HSL color Cylindrical-coordinate representation of color #871A2D: hue angle of 349.54º 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 #871A2D is Cyan = 0, Magento = 0.81, Yellow = 0.67 and Black (K on CMYK) = 0.47.

Color convert

RGB1352645-
CMYK00.810.670.47
HSL349.54º67.7%31.57%-
HSV(B)349.54º80.74%52.94%-
XYZ10.836.083.08-
YUV60.76119.11180.96-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 65.53%
GREEN value IS 26 (10.55% from 255) = 12.62%
BLUE value IS 45 (17.97% from 255) = 21.84%
R=65.53%
G=12.62%
B=21.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.67
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135264500.810.670.47349.5467.731.57
Hex871A2D051432F15e4420
Octal207325501211035753610440
Binary10000111110101011010101000110000111011111010111101000100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #871A2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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