#80202A

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

Shades of Scarlett #80202A

Tints of Scarlett #80202A

Color information

#80202A (or 0x80202A) is unknown color: approx Scarlett. HEX triplet: 80, 20 and 2A. RGB value is (128,32,42). Sum of RGB (Red+Green+Blue) = 128+32+42=202 (26% of max value = 765). Red value is 128 (50.39% from 255 or 63.37% from 202); Green value is 32 (12.89% from 255 or 15.84% from 202); Blue value is 42 (16.80% from 255 or 20.79% from 202); Max value from RGB is 128 - color contains mainly: red. Hex color #80202A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80202A is #7FDFD5. Grayscale: #3D3D3D. Windows color (decimal): -8380374 or 2760832. OLE color: 2760832.

HSL color Cylindrical-coordinate representation of color #80202A: hue angle of 353.75º degrees, saturation: 0.6, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #80202A is Cyan = 0, Magento = 0.75, Yellow = 0.67 and Black (K on CMYK) = 0.50.

Color convert

RGB1283242-
CMYK00.750.670.50
HSL353.75º60%31.37%-
HSV(B)353.75º75%50.2%-
XYZ9.845.792.79-
YUV61.84116.8175.19-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 63.37%
GREEN value IS 32 (12.89% from 255) = 15.84%
BLUE value IS 42 (16.80% from 255) = 20.79%
R=63.37%
G=15.84%
B=20.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.67
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128324200.750.670.50353.756031.37
Hex80202A04B43321623c1f
Octal20040520113103625427437
Binary1000000010000010101001001011100001111001010110001011110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80202A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80202A; }

 p { color: rgb(128,32,42); }

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

<style>
 a { background-color: #80202A; }

 a { background-color: rgb(128,32,42); }

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

<style>
 span { border-color: #80202A; }

 span { border-color: rgb(128,32,42); }

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