#802128

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

Shades of Scarlett #802128

Tints of Scarlett #802128

Color information

#802128 (or 0x802128) is unknown color: approx Scarlett. HEX triplet: 80, 21 and 28. RGB value is (128,33,40). Sum of RGB (Red+Green+Blue) = 128+33+40=201 (26% of max value = 765). Red value is 128 (50.39% from 255 or 63.68% from 201); Green value is 33 (13.28% from 255 or 16.42% from 201); Blue value is 40 (16.02% from 255 or 19.90% from 201); Max value from RGB is 128 - color contains mainly: red. Hex color #802128 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #802128 is #7FDED7. Grayscale: #3E3E3E. Windows color (decimal): -8380120 or 2630016. OLE color: 2630016.

HSL color Cylindrical-coordinate representation of color #802128: hue angle of 355.58º degrees, saturation: 0.59, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #802128 is Cyan = 0, Magento = 0.74, Yellow = 0.69 and Black (K on CMYK) = 0.50.

Color convert

RGB1283340-
CMYK00.740.690.50
HSL355.58º59.01%31.57%-
HSV(B)355.58º74.22%50.2%-
XYZ9.835.832.61-
YUV62.2115.47174.93-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 63.68%
GREEN value IS 33 (13.28% from 255) = 16.42%
BLUE value IS 40 (16.02% from 255) = 19.90%
R=63.68%
G=16.42%
B=19.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.69
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128334000.740.690.50355.5859.0131.57
Hex80212804A45321643b20
Octal20041500112105625447340
Binary10000000100001101000010010101000101110010101100100111011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #802128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #802128; }

 p { color: rgb(128,33,40); }

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

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

 a { background-color: rgb(128,33,40); }

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

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

 span { border-color: rgb(128,33,40); }

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