#822032

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

Shades of Scarlett #822032

Tints of Scarlett #822032

Color information

#822032 (or 0x822032) is unknown color: approx Scarlett. HEX triplet: 82, 20 and 32. RGB value is (130,32,50). Sum of RGB (Red+Green+Blue) = 130+32+50=212 (28% of max value = 765). Red value is 130 (51.17% from 255 or 61.32% from 212); Green value is 32 (12.89% from 255 or 15.09% from 212); Blue value is 50 (19.92% from 255 or 23.58% from 212); Max value from RGB is 130 - color contains mainly: red. Hex color #822032 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #822032 is #7DDFCD. Grayscale: #3F3F3F. Windows color (decimal): -8249294 or 3285122. OLE color: 3285122.

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

Color convert

RGB1303250-
CMYK00.750.620.49
HSL348.98º60.49%31.76%-
HSV(B)348.98º75.38%50.98%-
XYZ10.36.013.63-
YUV63.35120.47175.54-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 61.32%
GREEN value IS 32 (12.89% from 255) = 15.09%
BLUE value IS 50 (19.92% from 255) = 23.58%
R=61.32%
G=15.09%
B=23.58%

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
Decimal130325000.750.620.49348.9860.4931.76
Hex82203204B3E3115d3c20
Octal2024062011376615357440
Binary1000001010000011001001001011111110110001101011101111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #822032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #822032; }

 p { color: rgb(130,32,50); }

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

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

 a { background-color: rgb(130,32,50); }

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

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

 span { border-color: rgb(130,32,50); }

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