Html Css Color HEX #801428 Scarlett

📋 copy color: '#801428'

red 128 ◦ green 20 ◦ blue 40

#801428
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Scarlett #801428

Tints of Scarlett #801428

RGB

 RED value IS 128 (50.39% from 255) = 68.09%

 GREEN value IS 20 (8.2% 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 value IS 0

 M value IS 0.84

 Y value IS 0.69

 K value IS 0.50

RGB Variations

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

Color information

#801428 (or 0x801428) is known color: 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

RGB 128 20 40 -
CMYK 0 0.84 0.69 0.50
HSL 348.89º 0.73% 0.29% -
HSV(B) 348.89º 0.84% 0.5% -
XYZ 9.54 5.24 2.52 -
YUV 54.57 119.78 180.37 -
System Red Green Blue C M Y K H S L
Decimal 128 20 40 0 0.84 0.69 0.50 348.89 0.73 0.29
Hex 80 14 28 0 54 45 32 15D 49 1D
Octal 200 24 50 0 124 105 62 535 111 35
Binary 10000000 10100 101000 0 1010100 1000101 110010 101011101 1001001 11101

Color Harmonies of #801428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801428

Black with #801428

Text Example


Text Example

White with #801428

Text Example


Text Example

HTML Codes & Css Web 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>