#801429

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

Shades of Scarlett #801429

Tints of Scarlett #801429

Color information

#801429 (or 0x801429) is unknown color: approx Scarlett. HEX triplet: 80, 14 and 29. RGB value is (128,20,41). Sum of RGB (Red+Green+Blue) = 128+20+41=189 (25% of max value = 765). Red value is 128 (50.39% from 255 or 67.72% from 189); Green value is 20 (8.20% from 255 or 10.58% from 189); Blue value is 41 (16.41% from 255 or 21.69% from 189); Max value from RGB is 128 - color contains mainly: red. Hex color #801429 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #801429 is #7FEBD6. Grayscale: #363636. Windows color (decimal): -8383447 or 2692224. OLE color: 2692224.

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

Color convert

RGB1282041-
CMYK00.840.680.50
HSL348.33º72.97%29.02%-
HSV(B)348.33º84.38%50.2%-
XYZ9.555.252.61-
YUV54.69120.28180.29-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 67.72%
GREEN value IS 20 (8.20% from 255) = 10.58%
BLUE value IS 41 (16.41% from 255) = 21.69%
R=67.72%
G=10.58%
B=21.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.68
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128204100.840.680.50348.3372.9729.02
Hex801429054443215c491d
Octal200245101241046253411135
Binary1000000010100101001010101001000100110010101011100100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #801429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #801429; }

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

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

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

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

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

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

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

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