Html Css Color HEX #801427 Scarlett

📋 copy color: '#801427'

red 128 ◦ green 20 ◦ blue 39

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

Shades of Scarlett #801427

Tints of Scarlett #801427

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.7%

 BLUE value IS 39 (15.63% from 255) = 20.86%

R = 68.45%
G = 10.7%
B = 20.86%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.70

 K value IS 0.50

RGB Variations

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

Color information

#801427 (or 0x801427) is known color: Scarlett. HEX triplet: 80, 14 and 27. RGB value is (128,20,39). Sum of RGB (Red+Green+Blue) = 128+20+39=187 (24% of max value = 765). Red value is 128 (50.39% from 255 or 68.45% from 187); Green value is 20 (8.20% from 255 or 10.70% from 187); Blue value is 39 (15.62% from 255 or 20.86% from 187); Max value from RGB is 128 - color contains mainly: red. Hex color #801427 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #801427 is #7FEBD8. Grayscale: #363636. Windows color (decimal): -8383449 or 2561152. OLE color: 2561152.

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

Color convert

RGB 128 20 39 -
CMYK 0 0.84 0.70 0.50
HSL 349.44º 0.73% 0.29% -
HSV(B) 349.44º 0.84% 0.5% -
XYZ 9.52 5.24 2.43 -
YUV 54.46 119.28 180.46 -
System Red Green Blue C M Y K H S L
Decimal 128 20 39 0 0.84 0.70 0.50 349.44 0.73 0.29
Hex 80 14 27 0 54 46 32 15D 49 1D
Octal 200 24 47 0 124 106 62 535 111 35
Binary 10000000 10100 100111 0 1010100 1000110 110010 101011101 1001001 11101

Color Harmonies of #801427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801427

Black with #801427

Text Example


Text Example

White with #801427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801427; }

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

 H1.HeaderClassName
 {
   color: #801427;
 }
 .AnyTagClassName
 {
   color: #801427;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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