#82202F

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

Shades of Scarlett #82202F

Tints of Scarlett #82202F

Color information

#82202F (or 0x82202F) is unknown color: approx Scarlett. HEX triplet: 82, 20 and 2F. RGB value is (130,32,47). Sum of RGB (Red+Green+Blue) = 130+32+47=209 (27% of max value = 765). Red value is 130 (51.17% from 255 or 62.20% from 209); Green value is 32 (12.89% from 255 or 15.31% from 209); Blue value is 47 (18.75% from 255 or 22.49% from 209); Max value from RGB is 130 - color contains mainly: red. Hex color #82202F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82202F is #7DDFD0. Grayscale: #3F3F3F. Windows color (decimal): -8249297 or 3088514. OLE color: 3088514.

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

Color convert

RGB1303247-
CMYK00.750.640.49
HSL350.82º60.49%31.76%-
HSV(B)350.82º75.38%50.98%-
XYZ10.245.983.3-
YUV63.01118.97175.78-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 62.20%
GREEN value IS 32 (12.89% from 255) = 15.31%
BLUE value IS 47 (18.75% from 255) = 22.49%
R=62.20%
G=15.31%
B=22.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.64
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130324700.750.640.49350.8260.4931.76
Hex82202F04B403115f3c20
Octal20240570113100615377440
Binary10000010100000101111010010111000000110001101011111111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82202F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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