#82212C

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

Shades of Scarlett #82212C

Tints of Scarlett #82212C

Color information

#82212C (or 0x82212C) is unknown color: approx Scarlett. HEX triplet: 82, 21 and 2C. RGB value is (130,33,44). Sum of RGB (Red+Green+Blue) = 130+33+44=207 (27% of max value = 765). Red value is 130 (51.17% from 255 or 62.80% from 207); Green value is 33 (13.28% from 255 or 15.94% from 207); Blue value is 44 (17.58% from 255 or 21.26% from 207); Max value from RGB is 130 - color contains mainly: red. Hex color #82212C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82212C is #7DDED3. Grayscale: #3F3F3F. Windows color (decimal): -8249044 or 2892162. OLE color: 2892162.

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

Color convert

RGB1303344-
CMYK00.750.660.49
HSL353.2º59.51%31.96%-
HSV(B)353.2º74.62%50.98%-
XYZ10.26.023.01-
YUV63.26117.14175.61-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 62.80%
GREEN value IS 33 (13.28% from 255) = 15.94%
BLUE value IS 44 (17.58% from 255) = 21.26%
R=62.80%
G=15.94%
B=21.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.66
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130334400.750.660.49353.259.5131.96
Hex82212C04B42311613c20
Octal20241540113102615417440
Binary10000010100001101100010010111000010110001101100001111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82212C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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