#803049

Color #803049 Flirt (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Flirt #803049

Tints of Flirt #803049

Color information

#803049 (or 0x803049) is unknown color: approx 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

RGB1284873-
CMYK00.620.430.50
HSL341.25º45.45%34.51%-
HSV(B)341.25º62.5%50.2%-
XYZ11.167.187.1-
YUV74.77127165.97-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.43
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128487300.620.430.50341.2545.4534.51
Hex80304903E2B321552d23
Octal2006011107653625255543
Binary1000000011000010010010111110101011110010101010101101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #803049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>