#82212B

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

Shades of Scarlett #82212B

Tints of Scarlett #82212B

Color information

#82212B (or 0x82212B) is unknown color: approx Scarlett. HEX triplet: 82, 21 and 2B. RGB value is (130,33,43). Sum of RGB (Red+Green+Blue) = 130+33+43=206 (27% of max value = 765). Red value is 130 (51.17% from 255 or 63.11% from 206); Green value is 33 (13.28% from 255 or 16.02% from 206); Blue value is 43 (17.19% from 255 or 20.87% from 206); Max value from RGB is 130 - color contains mainly: red. Hex color #82212B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82212B is #7DDED4. Grayscale: #3F3F3F. Windows color (decimal): -8249045 or 2826626. OLE color: 2826626.

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

Color convert

RGB1303343-
CMYK00.750.670.49
HSL353.81º59.51%31.96%-
HSV(B)353.81º74.62%50.98%-
XYZ10.196.012.91-
YUV63.14116.64175.69-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 63.11%
GREEN value IS 33 (13.28% from 255) = 16.02%
BLUE value IS 43 (17.19% from 255) = 20.87%
R=63.11%
G=16.02%
B=20.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.67
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130334300.750.670.49353.8159.5131.96
Hex82212B04B43311623c20
Octal20241530113103615427440
Binary10000010100001101011010010111000011110001101100010111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82212B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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