#822133

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

Shades of Scarlett #822133

Tints of Scarlett #822133

Color information

#822133 (or 0x822133) is unknown color: approx Scarlett. HEX triplet: 82, 21 and 33. RGB value is (130,33,51). Sum of RGB (Red+Green+Blue) = 130+33+51=214 (28% of max value = 765). Red value is 130 (51.17% from 255 or 60.75% from 214); Green value is 33 (13.28% from 255 or 15.42% from 214); Blue value is 51 (20.31% from 255 or 23.83% from 214); Max value from RGB is 130 - color contains mainly: red. Hex color #822133 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #822133 is #7DDECC. Grayscale: #404040. Windows color (decimal): -8249037 or 3350914. OLE color: 3350914.

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

Color convert

RGB1303351-
CMYK00.750.610.49
HSL348.87º59.51%31.96%-
HSV(B)348.87º74.62%50.98%-
XYZ10.356.073.76-
YUV64.06120.64175.04-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 60.75%
GREEN value IS 33 (13.28% from 255) = 15.42%
BLUE value IS 51 (20.31% from 255) = 23.83%
R=60.75%
G=15.42%
B=23.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.61
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130335100.750.610.49348.8759.5131.96
Hex82213304B3D3115d3c20
Octal2024163011375615357440
Binary1000001010000111001101001011111101110001101011101111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #822133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #822133; }

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

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

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

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

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

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

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

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