#82222C

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

Shades of Scarlett #82222C

Tints of Scarlett #82222C

Color information

#82222C (or 0x82222C) is unknown color: approx Scarlett. HEX triplet: 82, 22 and 2C. RGB value is (130,34,44). Sum of RGB (Red+Green+Blue) = 130+34+44=208 (27% of max value = 765). Red value is 130 (51.17% from 255 or 62.5% from 208); Green value is 34 (13.67% from 255 or 16.35% from 208); Blue value is 44 (17.58% from 255 or 21.15% from 208); Max value from RGB is 130 - color contains mainly: red. Hex color #82222C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82222C is #7DDDD3. Grayscale: #3F3F3F. Windows color (decimal): -8248788 or 2892418. OLE color: 2892418.

HSL color Cylindrical-coordinate representation of color #82222C: hue angle of 353.75º degrees, saturation: 0.59, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #82222C is Cyan = 0, Magento = 0.74, Yellow = 0.66 and Black (K on CMYK) = 0.49.

Color convert

RGB1303444-
CMYK00.740.660.49
HSL353.75º58.54%32.16%-
HSV(B)353.75º73.85%50.98%-
XYZ10.236.073.02-
YUV63.84116.8175.19-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 62.5%
GREEN value IS 34 (13.67% from 255) = 16.35%
BLUE value IS 44 (17.58% from 255) = 21.15%
R=62.5%
G=16.35%
B=21.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.66
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130344400.740.660.49353.7558.5432.16
Hex82222C04A42311623b20
Octal20242540112102615427340
Binary10000010100010101100010010101000010110001101100010111011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82222C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82222C; }

 p { color: rgb(130,34,44); }

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

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

 a { background-color: rgb(130,34,44); }

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

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

 span { border-color: rgb(130,34,44); }

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