#871D2C

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

Shades of Scarlett #871D2C

Tints of Scarlett #871D2C

Color information

#871D2C (or 0x871D2C) is unknown color: approx Scarlett. HEX triplet: 87, 1D and 2C. RGB value is (135,29,44). Sum of RGB (Red+Green+Blue) = 135+29+44=208 (27% of max value = 765). Red value is 135 (53.12% from 255 or 64.90% from 208); Green value is 29 (11.72% from 255 or 13.94% from 208); Blue value is 44 (17.58% from 255 or 21.15% from 208); Max value from RGB is 135 - color contains mainly: red. Hex color #871D2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #871D2C is #78E2D3. Grayscale: #3E3E3E. Windows color (decimal): -7922388 or 2891143. OLE color: 2891143.

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

Color convert

RGB1352944-
CMYK00.790.670.47
HSL351.51º64.63%32.16%-
HSV(B)351.51º78.52%52.94%-
XYZ10.896.213.01-
YUV62.4117.62179.78-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 64.90%
GREEN value IS 29 (11.72% from 255) = 13.94%
BLUE value IS 44 (17.58% from 255) = 21.15%
R=64.90%
G=13.94%
B=21.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.67
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135294400.790.670.47351.5164.6332.16
Hex871D2C04F432F1604120
Octal207355401171035754010140
Binary10000111111011011000100111110000111011111011000001000001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #871D2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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