Html Css Color HEX #801936 Scarlett

📋 copy color: '#801936'

red 128 ◦ green 25 ◦ blue 54

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

Shades of Scarlett #801936

Tints of Scarlett #801936

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 26.09%

R = 61.84%
G = 12.08%
B = 26.09%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.58

 K value IS 0.50

RGB Variations

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

Color information

#801936 (or 0x801936) is known color: Scarlett. HEX triplet: 80, 19 and 36. RGB value is (128,25,54). Sum of RGB (Red+Green+Blue) = 128+25+54=207 (27% of max value = 765). Red value is 128 (50.39% from 255 or 61.84% from 207); Green value is 25 (10.16% from 255 or 12.08% from 207); Blue value is 54 (21.48% from 255 or 26.09% from 207); Max value from RGB is 128 - color contains mainly: red. Hex color #801936 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #801936 is #7FE6C9. Grayscale: #3B3B3B. Windows color (decimal): -8382154 or 3545472. OLE color: 3545472.

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

Color convert

RGB 128 25 54 -
CMYK 0 0.80 0.58 0.50
HSL 343.11º 0.67% 0.3% -
HSV(B) 343.11º 0.8% 0.5% -
XYZ 9.92 5.55 4.04 -
YUV 59.1 125.12 177.14 -
System Red Green Blue C M Y K H S L
Decimal 128 25 54 0 0.80 0.58 0.50 343.11 0.67 0.3
Hex 80 19 36 0 50 3A 32 157 43 1E
Octal 200 31 66 0 120 72 62 527 103 36
Binary 10000000 11001 110110 0 1010000 111010 110010 101010111 1000011 11110

Color Harmonies of #801936

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801936

Black with #801936

Text Example


Text Example

White with #801936

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801936; }

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

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

background-color css

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

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

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

border-color css

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

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

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