#871132

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

Shades of Scarlett #871132

Tints of Scarlett #871132

Color information

#871132 (or 0x871132) is unknown color: approx Scarlett. HEX triplet: 87, 11 and 32. RGB value is (135,17,50). Sum of RGB (Red+Green+Blue) = 135+17+50=202 (26% of max value = 765). Red value is 135 (53.12% from 255 or 66.83% from 202); Green value is 17 (7.03% from 255 or 8.42% from 202); Blue value is 50 (19.92% from 255 or 24.75% from 202); Max value from RGB is 135 - color contains mainly: red. Hex color #871132 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #871132 is #78EECD. Grayscale: #383838. Windows color (decimal): -7925454 or 3281287. OLE color: 3281287.

HSL color Cylindrical-coordinate representation of color #871132: hue angle of 343.22º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #871132 is Cyan = 0, Magento = 0.87, Yellow = 0.63 and Black (K on CMYK) = 0.47.

Color convert

RGB1351750-
CMYK00.870.630.47
HSL343.22º77.63%29.8%-
HSV(B)343.22º87.41%52.94%-
XYZ10.775.783.57-
YUV56.04124.59184.32-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 66.83%
GREEN value IS 17 (7.03% from 255) = 8.42%
BLUE value IS 50 (19.92% from 255) = 24.75%
R=66.83%
G=8.42%
B=24.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.63
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135175000.870.630.47343.2277.6329.8
Hex8711320573F2F1574e1e
Octal20721620127775752711636
Binary100001111000111001001010111111111101111101010111100111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #871132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #871132; }

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

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

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

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

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

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

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

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