#822031

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

Shades of Scarlett #822031

Tints of Scarlett #822031

Color information

#822031 (or 0x822031) is unknown color: approx Scarlett. HEX triplet: 82, 20 and 31. RGB value is (130,32,49). Sum of RGB (Red+Green+Blue) = 130+32+49=211 (27% of max value = 765). Red value is 130 (51.17% from 255 or 61.61% from 211); Green value is 32 (12.89% from 255 or 15.17% from 211); Blue value is 49 (19.53% from 255 or 23.22% from 211); Max value from RGB is 130 - color contains mainly: red. Hex color #822031 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #822031 is #7DDFCE. Grayscale: #3F3F3F. Windows color (decimal): -8249295 or 3219586. OLE color: 3219586.

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

Color convert

RGB1303249-
CMYK00.750.620.49
HSL349.59º60.49%31.76%-
HSV(B)349.59º75.38%50.98%-
XYZ10.2863.52-
YUV63.24119.97175.62-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 61.61%
GREEN value IS 32 (12.89% from 255) = 15.17%
BLUE value IS 49 (19.53% from 255) = 23.22%
R=61.61%
G=15.17%
B=23.22%

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
Decimal130324900.750.620.49349.5960.4931.76
Hex82203104B3E3115e3c20
Octal2024061011376615367440
Binary1000001010000011000101001011111110110001101011110111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #822031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #822031; }

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

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

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

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

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

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

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

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