#871433

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

Shades of Scarlett #871433

Tints of Scarlett #871433

Color information

#871433 (or 0x871433) is unknown color: approx Scarlett. HEX triplet: 87, 14 and 33. RGB value is (135,20,51). Sum of RGB (Red+Green+Blue) = 135+20+51=206 (27% of max value = 765). Red value is 135 (53.12% from 255 or 65.53% from 206); Green value is 20 (8.20% from 255 or 9.71% from 206); Blue value is 51 (20.31% from 255 or 24.76% from 206); Max value from RGB is 135 - color contains mainly: red. Hex color #871433 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #871433 is #78EBCC. Grayscale: #393939. Windows color (decimal): -7924685 or 3347591. OLE color: 3347591.

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

Color convert

RGB1352051-
CMYK00.850.620.47
HSL343.83º74.19%30.39%-
HSV(B)343.83º85.19%52.94%-
XYZ10.845.893.7-
YUV57.92124.1182.98-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 65.53%
GREEN value IS 20 (8.20% from 255) = 9.71%
BLUE value IS 51 (20.31% from 255) = 24.76%
R=65.53%
G=9.71%
B=24.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.62
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135205100.850.620.47343.8374.1930.39
Hex8714330553E2F1584a1e
Octal20724630125765753011236
Binary100001111010011001101010101111110101111101011000100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #871433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #871433; }

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

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

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

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

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

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

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

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