Html Css Color HEX #801949 Flirt

📋 copy color: '#801949'

red 128 ◦ green 25 ◦ blue 73

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

Shades of Flirt #801949

Tints of Flirt #801949

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 32.3%

R = 56.64%
G = 11.06%
B = 32.3%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.43

 K value IS 0.50

RGB Variations

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

Color information

#801949 (or 0x801949) is known color: Flirt. HEX triplet: 80, 19 and 49. RGB value is (128,25,73). Sum of RGB (Red+Green+Blue) = 128+25+73=226 (29% of max value = 765). Red value is 128 (50.39% from 255 or 56.64% from 226); Green value is 25 (10.16% from 255 or 11.06% from 226); Blue value is 73 (28.91% from 255 or 32.30% from 226); Max value from RGB is 128 - color contains mainly: red. Hex color #801949 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #801949 is #7FE6B6. Grayscale: #3D3D3D. Windows color (decimal): -8382135 or 4790656. OLE color: 4790656.

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

Color convert

RGB 128 25 73 -
CMYK 0 0.80 0.43 0.50
HSL 332.04º 0.67% 0.3% -
HSV(B) 332.04º 0.8% 0.5% -
XYZ 10.45 5.77 6.87 -
YUV 61.27 134.62 175.6 -
System Red Green Blue C M Y K H S L
Decimal 128 25 73 0 0.80 0.43 0.50 332.04 0.67 0.3
Hex 80 19 49 0 50 2B 32 14C 43 1E
Octal 200 31 111 0 120 53 62 514 103 36
Binary 10000000 11001 1001001 0 1010000 101011 110010 101001100 1000011 11110

Color Harmonies of #801949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801949

Black with #801949

Text Example


Text Example

White with #801949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801949; }

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

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

background-color css

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

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

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

border-color css

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

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

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