#822132

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

Shades of Scarlett #822132

Tints of Scarlett #822132

Color information

#822132 (or 0x822132) is unknown color: approx Scarlett. HEX triplet: 82, 21 and 32. RGB value is (130,33,50). Sum of RGB (Red+Green+Blue) = 130+33+50=213 (28% of max value = 765). Red value is 130 (51.17% from 255 or 61.03% from 213); Green value is 33 (13.28% from 255 or 15.49% from 213); Blue value is 50 (19.92% from 255 or 23.47% from 213); Max value from RGB is 130 - color contains mainly: red. Hex color #822132 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #822132 is #7DDECD. Grayscale: #3F3F3F. Windows color (decimal): -8249038 or 3285378. OLE color: 3285378.

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

Color convert

RGB1303350-
CMYK00.750.620.49
HSL349.48º59.51%31.96%-
HSV(B)349.48º74.62%50.98%-
XYZ10.336.063.64-
YUV63.94120.14175.12-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 61.03%
GREEN value IS 33 (13.28% from 255) = 15.49%
BLUE value IS 50 (19.92% from 255) = 23.47%
R=61.03%
G=15.49%
B=23.47%

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
Decimal130335000.750.620.49349.4859.5131.96
Hex82213204B3E3115d3c20
Octal2024162011376615357440
Binary1000001010000111001001001011111110110001101011101111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #822132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #822132; }

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

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

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

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

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

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

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

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