#802127

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

Shades of Scarlett #802127

Tints of Scarlett #802127

Color information

#802127 (or 0x802127) is unknown color: approx Scarlett. HEX triplet: 80, 21 and 27. RGB value is (128,33,39). Sum of RGB (Red+Green+Blue) = 128+33+39=200 (26% of max value = 765). Red value is 128 (50.39% from 255 or 64% from 200); Green value is 33 (13.28% from 255 or 16.5% from 200); Blue value is 39 (15.62% from 255 or 19.5% from 200); Max value from RGB is 128 - color contains mainly: red. Hex color #802127 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #802127 is #7FDED8. Grayscale: #3E3E3E. Windows color (decimal): -8380121 or 2564480. OLE color: 2564480.

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

Color convert

RGB1283339-
CMYK00.740.700.50
HSL356.21º59.01%31.57%-
HSV(B)356.21º74.22%50.2%-
XYZ9.815.822.53-
YUV62.09114.97175.01-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 64%
GREEN value IS 33 (13.28% from 255) = 16.5%
BLUE value IS 39 (15.62% from 255) = 19.5%
R=64%
G=16.5%
B=19.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.70
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128333900.740.700.50356.2159.0131.57
Hex80212704A46321643b20
Octal20041470112106625447340
Binary10000000100001100111010010101000110110010101100100111011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #802127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #802127; }

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

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

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

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

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

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

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

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