#822034

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

Shades of Scarlett #822034

Tints of Scarlett #822034

Color information

#822034 (or 0x822034) is unknown color: approx Scarlett. HEX triplet: 82, 20 and 34. RGB value is (130,32,52). Sum of RGB (Red+Green+Blue) = 130+32+52=214 (28% of max value = 765). Red value is 130 (51.17% from 255 or 60.75% from 214); Green value is 32 (12.89% from 255 or 14.95% from 214); Blue value is 52 (20.70% from 255 or 24.30% from 214); Max value from RGB is 130 - color contains mainly: red. Hex color #822034 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #822034 is #7DDFCB. Grayscale: #3F3F3F. Windows color (decimal): -8249292 or 3416194. OLE color: 3416194.

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

Color convert

RGB1303252-
CMYK00.750.600.49
HSL347.76º60.49%31.76%-
HSV(B)347.76º75.38%50.98%-
XYZ10.346.033.87-
YUV63.58121.47175.37-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 60.75%
GREEN value IS 32 (12.89% from 255) = 14.95%
BLUE value IS 52 (20.70% from 255) = 24.30%
R=60.75%
G=14.95%
B=24.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.60
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130325200.750.600.49347.7660.4931.76
Hex82203404B3C3115c3c20
Octal2024064011374615347440
Binary1000001010000011010001001011111100110001101011100111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #822034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #822034; }

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

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

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

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

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

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

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

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