#82202E

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

Shades of Scarlett #82202E

Tints of Scarlett #82202E

Color information

#82202E (or 0x82202E) is unknown color: approx Scarlett. HEX triplet: 82, 20 and 2E. RGB value is (130,32,46). Sum of RGB (Red+Green+Blue) = 130+32+46=208 (27% of max value = 765). Red value is 130 (51.17% from 255 or 62.5% from 208); Green value is 32 (12.89% from 255 or 15.38% from 208); Blue value is 46 (18.36% from 255 or 22.12% from 208); Max value from RGB is 130 - color contains mainly: red. Hex color #82202E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82202E is #7DDFD1. Grayscale: #3E3E3E. Windows color (decimal): -8249298 or 3022978. OLE color: 3022978.

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

Color convert

RGB1303246-
CMYK00.750.650.49
HSL351.43º60.49%31.76%-
HSV(B)351.43º75.38%50.98%-
XYZ10.225.983.2-
YUV62.9118.47175.86-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 62.5%
GREEN value IS 32 (12.89% from 255) = 15.38%
BLUE value IS 46 (18.36% from 255) = 22.12%
R=62.5%
G=15.38%
B=22.12%

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
Decimal130324600.750.650.49351.4360.4931.76
Hex82202E04B413115f3c20
Octal20240560113101615377440
Binary10000010100000101110010010111000001110001101011111111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82202E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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