Html Css Color HEX #801937 Scarlett

📋 copy color: '#801937'

red 128 ◦ green 25 ◦ blue 55

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

Shades of Scarlett #801937

Tints of Scarlett #801937

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 26.44%

R = 61.54%
G = 12.02%
B = 26.44%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.57

 K value IS 0.50

RGB Variations

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

Color information

#801937 (or 0x801937) is known color: Scarlett. HEX triplet: 80, 19 and 37. RGB value is (128,25,55). Sum of RGB (Red+Green+Blue) = 128+25+55=208 (27% of max value = 765). Red value is 128 (50.39% from 255 or 61.54% from 208); Green value is 25 (10.16% from 255 or 12.02% from 208); Blue value is 55 (21.88% from 255 or 26.44% from 208); Max value from RGB is 128 - color contains mainly: red. Hex color #801937 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #801937 is #7FE6C8. Grayscale: #3B3B3B. Windows color (decimal): -8382153 or 3611008. OLE color: 3611008.

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

Color convert

RGB 128 25 55 -
CMYK 0 0.80 0.57 0.50
HSL 342.52º 0.67% 0.3% -
HSV(B) 342.52º 0.8% 0.5% -
XYZ 9.94 5.56 4.16 -
YUV 59.22 125.62 177.06 -
System Red Green Blue C M Y K H S L
Decimal 128 25 55 0 0.80 0.57 0.50 342.52 0.67 0.3
Hex 80 19 37 0 50 39 32 157 43 1E
Octal 200 31 67 0 120 71 62 527 103 36
Binary 10000000 11001 110111 0 1010000 111001 110010 101010111 1000011 11110

Color Harmonies of #801937

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801937

Black with #801937

Text Example


Text Example

White with #801937

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801937; }

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

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

background-color css

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

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

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

border-color css

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

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

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