Html Css Color HEX #801736 Scarlett

📋 copy color: '#801736'

red 128 ◦ green 23 ◦ blue 54

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

Shades of Scarlett #801736

Tints of Scarlett #801736

RGB

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

 GREEN value IS 23 (9.38% from 255) = 11.22%

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

R = 62.44%
G = 11.22%
B = 26.34%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.58

 K value IS 0.50

RGB Variations

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

Color information

#801736 (or 0x801736) is known color: Scarlett. HEX triplet: 80, 17 and 36. RGB value is (128,23,54). Sum of RGB (Red+Green+Blue) = 128+23+54=205 (27% of max value = 765). Red value is 128 (50.39% from 255 or 62.44% from 205); Green value is 23 (9.38% from 255 or 11.22% from 205); Blue value is 54 (21.48% from 255 or 26.34% from 205); Max value from RGB is 128 - color contains mainly: red. Hex color #801736 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #801736 is #7FE8C9. Grayscale: #393939. Windows color (decimal): -8382666 or 3544960. OLE color: 3544960.

HSL color Cylindrical-coordinate representation of color #801736: hue angle of 342.29º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #801736 is Cyan = 0, Magento = 0.82, Yellow = 0.58 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 23 54 -
CMYK 0 0.82 0.58 0.50
HSL 342.29º 0.7% 0.3% -
HSV(B) 342.29º 0.82% 0.5% -
XYZ 9.87 5.47 4.03 -
YUV 57.93 125.79 177.98 -
System Red Green Blue C M Y K H S L
Decimal 128 23 54 0 0.82 0.58 0.50 342.29 0.7 0.3
Hex 80 17 36 0 52 3A 32 156 46 1E
Octal 200 27 66 0 122 72 62 526 106 36
Binary 10000000 10111 110110 0 1010010 111010 110010 101010110 1000110 11110

Color Harmonies of #801736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801736

Black with #801736

Text Example


Text Example

White with #801736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801736; }

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

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

background-color css

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

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

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

border-color css

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

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

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