#82202C

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

Shades of Scarlett #82202C

Tints of Scarlett #82202C

Color information

#82202C (or 0x82202C) is unknown color: approx Scarlett. HEX triplet: 82, 20 and 2C. RGB value is (130,32,44). Sum of RGB (Red+Green+Blue) = 130+32+44=206 (27% of max value = 765). Red value is 130 (51.17% from 255 or 63.11% from 206); Green value is 32 (12.89% from 255 or 15.53% from 206); Blue value is 44 (17.58% from 255 or 21.36% from 206); Max value from RGB is 130 - color contains mainly: red. Hex color #82202C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82202C is #7DDFD3. Grayscale: #3E3E3E. Windows color (decimal): -8249300 or 2891906. OLE color: 2891906.

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

Color convert

RGB1303244-
CMYK00.750.660.49
HSL352.65º60.49%31.76%-
HSV(B)352.65º75.38%50.98%-
XYZ10.185.963-
YUV62.67117.47176.02-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 63.11%
GREEN value IS 32 (12.89% from 255) = 15.53%
BLUE value IS 44 (17.58% from 255) = 21.36%
R=63.11%
G=15.53%
B=21.36%

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
Decimal130324400.750.660.49352.6560.4931.76
Hex82202C04B42311613c20
Octal20240540113102615417440
Binary10000010100000101100010010111000010110001101100001111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82202C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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