#82212D

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

Shades of Scarlett #82212D

Tints of Scarlett #82212D

Color information

#82212D (or 0x82212D) is unknown color: approx Scarlett. HEX triplet: 82, 21 and 2D. RGB value is (130,33,45). Sum of RGB (Red+Green+Blue) = 130+33+45=208 (27% of max value = 765). Red value is 130 (51.17% from 255 or 62.5% from 208); Green value is 33 (13.28% from 255 or 15.87% from 208); Blue value is 45 (17.97% from 255 or 21.63% from 208); Max value from RGB is 130 - color contains mainly: red. Hex color #82212D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82212D is #7DDED2. Grayscale: #3F3F3F. Windows color (decimal): -8249043 or 2957698. OLE color: 2957698.

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

Color convert

RGB1303345-
CMYK00.750.650.49
HSL352.58º59.51%31.96%-
HSV(B)352.58º74.62%50.98%-
XYZ10.226.023.11-
YUV63.37117.64175.52-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 62.5%
GREEN value IS 33 (13.28% from 255) = 15.87%
BLUE value IS 45 (17.97% from 255) = 21.63%
R=62.5%
G=15.87%
B=21.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.65
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130334500.750.650.49352.5859.5131.96
Hex82212D04B41311613c20
Octal20241550113101615417440
Binary10000010100001101101010010111000001110001101100001111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82212D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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