#822131

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

Shades of Scarlett #822131

Tints of Scarlett #822131

Color information

#822131 (or 0x822131) is unknown color: approx Scarlett. HEX triplet: 82, 21 and 31. RGB value is (130,33,49). Sum of RGB (Red+Green+Blue) = 130+33+49=212 (28% of max value = 765). Red value is 130 (51.17% from 255 or 61.32% from 212); Green value is 33 (13.28% from 255 or 15.57% from 212); Blue value is 49 (19.53% from 255 or 23.11% from 212); Max value from RGB is 130 - color contains mainly: red. Hex color #822131 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #822131 is #7DDECE. Grayscale: #3F3F3F. Windows color (decimal): -8249039 or 3219842. OLE color: 3219842.

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

Color convert

RGB1303349-
CMYK00.750.620.49
HSL350.1º59.51%31.96%-
HSV(B)350.1º74.62%50.98%-
XYZ10.36.063.53-
YUV63.83119.64175.2-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 61.32%
GREEN value IS 33 (13.28% from 255) = 15.57%
BLUE value IS 49 (19.53% from 255) = 23.11%
R=61.32%
G=15.57%
B=23.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.62
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130334900.750.620.49350.159.5131.96
Hex82213104B3E3115e3c20
Octal2024161011376615367440
Binary1000001010000111000101001011111110110001101011110111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #822131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #822131; }

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

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

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

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

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

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

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

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