#812131

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

Shades of Scarlett #812131

Tints of Scarlett #812131

Color information

#812131 (or 0x812131) is unknown color: approx Scarlett. HEX triplet: 81, 21 and 31. RGB value is (129,33,49). Sum of RGB (Red+Green+Blue) = 129+33+49=211 (27% of max value = 765). Red value is 129 (50.78% from 255 or 61.14% from 211); Green value is 33 (13.28% from 255 or 15.64% from 211); Blue value is 49 (19.53% from 255 or 23.22% from 211); Max value from RGB is 129 - color contains mainly: red. Hex color #812131 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #812131 is #7EDECE. Grayscale: #3F3F3F. Windows color (decimal): -8314575 or 3219841. OLE color: 3219841.

HSL color Cylindrical-coordinate representation of color #812131: hue angle of 350º degrees, saturation: 0.59, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #812131 is Cyan = 0, Magento = 0.74, Yellow = 0.62 and Black (K on CMYK) = 0.49.

Color convert

RGB1293349-
CMYK00.740.620.49
HSL350º59.26%31.76%-
HSV(B)350º74.42%50.59%-
XYZ10.155.983.52-
YUV63.53119.8174.7-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 61.14%
GREEN value IS 33 (13.28% from 255) = 15.64%
BLUE value IS 49 (19.53% from 255) = 23.22%
R=61.14%
G=15.64%
B=23.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.62
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129334900.740.620.4935059.2631.76
Hex81213104A3E3115e3b20
Octal2014161011276615367340
Binary1000000110000111000101001010111110110001101011110111011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #812131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #812131; }

 p { color: rgb(129,33,49); }

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

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

 a { background-color: rgb(129,33,49); }

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

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

 span { border-color: rgb(129,33,49); }

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