#822232

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

Shades of Scarlett #822232

Tints of Scarlett #822232

Color information

#822232 (or 0x822232) is unknown color: approx Scarlett. HEX triplet: 82, 22 and 32. RGB value is (130,34,50). Sum of RGB (Red+Green+Blue) = 130+34+50=214 (28% of max value = 765). Red value is 130 (51.17% from 255 or 60.75% from 214); Green value is 34 (13.67% from 255 or 15.89% from 214); Blue value is 50 (19.92% from 255 or 23.36% from 214); Max value from RGB is 130 - color contains mainly: red. Hex color #822232 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #822232 is #7DDDCD. Grayscale: #404040. Windows color (decimal): -8248782 or 3285634. OLE color: 3285634.

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

Color convert

RGB1303450-
CMYK00.740.620.49
HSL350º58.54%32.16%-
HSV(B)350º73.85%50.98%-
XYZ10.356.123.65-
YUV64.53119.8174.7-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 60.75%
GREEN value IS 34 (13.67% from 255) = 15.89%
BLUE value IS 50 (19.92% from 255) = 23.36%
R=60.75%
G=15.89%
B=23.36%

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
Decimal130345000.740.620.4935058.5432.16
Hex82223204A3E3115e3b20
Octal2024262011276615367340
Binary1000001010001011001001001010111110110001101011110111011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #822232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #822232; }

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

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

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

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

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

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

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

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