Html Css Color HEX #803049 Flirt

📋 copy color: '#803049'

red 128 ◦ green 48 ◦ blue 73

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

Shades of Flirt #803049

Tints of Flirt #803049

RGB

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

 GREEN value IS 48 (19.14% from 255) = 19.28%

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

R = 51.41%
G = 19.28%
B = 29.32%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.43

 K value IS 0.50

RGB Variations

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

Color information

#803049 (or 0x803049) is known color: Flirt. HEX triplet: 80, 30 and 49. RGB value is (128,48,73). Sum of RGB (Red+Green+Blue) = 128+48+73=249 (32% of max value = 765). Red value is 128 (50.39% from 255 or 51.41% from 249); Green value is 48 (19.14% from 255 or 19.28% from 249); Blue value is 73 (28.91% from 255 or 29.32% from 249); Max value from RGB is 128 - color contains mainly: red. Hex color #803049 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #803049 is #7FCFB6. Grayscale: #4A4A4A. Windows color (decimal): -8376247 or 4796544. OLE color: 4796544.

HSL color Cylindrical-coordinate representation of color #803049: hue angle of 341.25º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #803049 is Cyan = 0, Magento = 0.62, Yellow = 0.43 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 48 73 -
CMYK 0 0.62 0.43 0.50
HSL 341.25º 0.45% 0.35% -
HSV(B) 341.25º 0.63% 0.5% -
XYZ 11.16 7.18 7.1 -
YUV 74.77 127 165.97 -
System Red Green Blue C M Y K H S L
Decimal 128 48 73 0 0.62 0.43 0.50 341.25 0.45 0.35
Hex 80 30 49 0 3E 2B 32 155 2D 23
Octal 200 60 111 0 76 53 62 525 55 43
Binary 10000000 110000 1001001 0 111110 101011 110010 101010101 101101 100011

Color Harmonies of #803049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #803049

Black with #803049

Text Example


Text Example

White with #803049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #803049; }

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

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

background-color css

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

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

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

border-color css

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

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

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