#802027

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

Shades of Scarlett #802027

Tints of Scarlett #802027

Color information

#802027 (or 0x802027) is unknown color: approx Scarlett. HEX triplet: 80, 20 and 27. RGB value is (128,32,39). Sum of RGB (Red+Green+Blue) = 128+32+39=199 (26% of max value = 765). Red value is 128 (50.39% from 255 or 64.32% from 199); Green value is 32 (12.89% from 255 or 16.08% from 199); Blue value is 39 (15.62% from 255 or 19.60% from 199); Max value from RGB is 128 - color contains mainly: red. Hex color #802027 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #802027 is #7FDFD8. Grayscale: #3D3D3D. Windows color (decimal): -8380377 or 2564224. OLE color: 2564224.

HSL color Cylindrical-coordinate representation of color #802027: hue angle of 355.62º 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 #802027 is Cyan = 0, Magento = 0.75, Yellow = 0.70 and Black (K on CMYK) = 0.50.

Color convert

RGB1283239-
CMYK00.750.700.50
HSL355.62º60%31.37%-
HSV(B)355.62º75%50.2%-
XYZ9.785.772.52-
YUV61.5115.3175.43-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 64.32%
GREEN value IS 32 (12.89% from 255) = 16.08%
BLUE value IS 39 (15.62% from 255) = 19.60%
R=64.32%
G=16.08%
B=19.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.70
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128323900.750.700.50355.626031.37
Hex80202704B46321643c1f
Octal20040470113106625447437
Binary1000000010000010011101001011100011011001010110010011110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #802027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #802027; }

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

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

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

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

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

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

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

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