#801428

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

Shades of Scarlett #801428

Tints of Scarlett #801428

Color information

#801428 (or 0x801428) is unknown color: approx Scarlett. HEX triplet: 80, 14 and 28. RGB value is (128,20,40). Sum of RGB (Red+Green+Blue) = 128+20+40=188 (24% of max value = 765). Red value is 128 (50.39% from 255 or 68.09% from 188); Green value is 20 (8.20% from 255 or 10.64% from 188); Blue value is 40 (16.02% from 255 or 21.28% from 188); Max value from RGB is 128 - color contains mainly: red. Hex color #801428 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #801428 is #7FEBD7. Grayscale: #363636. Windows color (decimal): -8383448 or 2626688. OLE color: 2626688.

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

Color convert

RGB1282040-
CMYK00.840.690.50
HSL348.89º72.97%29.02%-
HSV(B)348.89º84.38%50.2%-
XYZ9.545.242.52-
YUV54.57119.78180.37-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 68.09%
GREEN value IS 20 (8.20% from 255) = 10.64%
BLUE value IS 40 (16.02% from 255) = 21.28%
R=68.09%
G=10.64%
B=21.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.69
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128204000.840.690.50348.8972.9729.02
Hex801428054453215d491d
Octal200245001241056253511135
Binary1000000010100101000010101001000101110010101011101100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #801428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #801428; }

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

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

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

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

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

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

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

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