Html Css Color HEX #801934 Scarlett

📋 copy color: '#801934'

red 128 ◦ green 25 ◦ blue 52

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

Shades of Scarlett #801934

Tints of Scarlett #801934

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.2%

 BLUE value IS 52 (20.7% from 255) = 25.37%

R = 62.44%
G = 12.2%
B = 25.37%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.59

 K value IS 0.50

RGB Variations

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

Color information

#801934 (or 0x801934) is known color: Scarlett. HEX triplet: 80, 19 and 34. RGB value is (128,25,52). Sum of RGB (Red+Green+Blue) = 128+25+52=205 (27% of max value = 765). Red value is 128 (50.39% from 255 or 62.44% from 205); Green value is 25 (10.16% from 255 or 12.20% from 205); Blue value is 52 (20.70% from 255 or 25.37% from 205); Max value from RGB is 128 - color contains mainly: red. Hex color #801934 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #801934 is #7FE6CB. Grayscale: #3A3A3A. Windows color (decimal): -8382156 or 3414400. OLE color: 3414400.

HSL color Cylindrical-coordinate representation of color #801934: hue angle of 344.27º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #801934 is Cyan = 0, Magento = 0.80, Yellow = 0.59 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 25 52 -
CMYK 0 0.80 0.59 0.50
HSL 344.27º 0.67% 0.3% -
HSV(B) 344.27º 0.8% 0.5% -
XYZ 9.87 5.53 3.8 -
YUV 58.88 124.12 177.3 -
System Red Green Blue C M Y K H S L
Decimal 128 25 52 0 0.80 0.59 0.50 344.27 0.67 0.3
Hex 80 19 34 0 50 3B 32 158 43 1E
Octal 200 31 64 0 120 73 62 530 103 36
Binary 10000000 11001 110100 0 1010000 111011 110010 101011000 1000011 11110

Color Harmonies of #801934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801934

Black with #801934

Text Example


Text Example

White with #801934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801934; }

 p { color: rgb(128,25,52); }

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

background-color css

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

 a { background-color: rgb(128,25,52); }

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

border-color css

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

 span { border-color: rgb(128,25,52); }

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