#822332

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

Shades of Scarlett #822332

Tints of Scarlett #822332

Color information

#822332 (or 0x822332) is unknown color: approx Scarlett. HEX triplet: 82, 23 and 32. RGB value is (130,35,50). Sum of RGB (Red+Green+Blue) = 130+35+50=215 (28% of max value = 765). Red value is 130 (51.17% from 255 or 60.47% from 215); Green value is 35 (14.06% from 255 or 16.28% from 215); Blue value is 50 (19.92% from 255 or 23.26% from 215); Max value from RGB is 130 - color contains mainly: red. Hex color #822332 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #822332 is #7DDCCD. Grayscale: #414141. Windows color (decimal): -8248526 or 3285890. OLE color: 3285890.

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

Color convert

RGB1303550-
CMYK00.730.620.49
HSL350.53º57.58%32.35%-
HSV(B)350.53º73.08%50.98%-
XYZ10.386.183.66-
YUV65.11119.47174.28-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 60.47%
GREEN value IS 35 (14.06% from 255) = 16.28%
BLUE value IS 50 (19.92% from 255) = 23.26%
R=60.47%
G=16.28%
B=23.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.62
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130355000.730.620.49350.5357.5832.35
Hex8223320493E3115f3a20
Octal2024362011176615377240
Binary1000001010001111001001001001111110110001101011111111010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #822332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #822332; }

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

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

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

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

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

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

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

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