#733149

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

Shades of Flirt #733149

Tints of Flirt #733149

Color information

#733149 (or 0x733149) is unknown color: approx Flirt. HEX triplet: 73, 31 and 49. RGB value is (115,49,73). Sum of RGB (Red+Green+Blue) = 115+49+73=237 (31% of max value = 765). Red value is 115 (45.31% from 255 or 48.52% from 237); Green value is 49 (19.53% from 255 or 20.68% from 237); Blue value is 73 (28.91% from 255 or 30.80% from 237); Max value from RGB is 115 - color contains mainly: red. Hex color #733149 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #733149 is #8CCEB6. Grayscale: #474747. Windows color (decimal): -9227959 or 4796787. OLE color: 4796787.

HSL color Cylindrical-coordinate representation of color #733149: hue angle of 338.18º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #733149 is Cyan = 0, Magento = 0.57, Yellow = 0.37 and Black (K on CMYK) = 0.55.

Color convert

RGB1154973-
CMYK00.570.370.55
HSL338.18º40.24%32.16%-
HSV(B)338.18º57.39%45.1%-
XYZ9.376.327.03-
YUV71.47128.87159.05-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 48.52%
GREEN value IS 49 (19.53% from 255) = 20.68%
BLUE value IS 73 (28.91% from 255) = 30.80%
R=48.52%
G=20.68%
B=30.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.37
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115497300.570.370.55338.1840.2432.16
Hex73314903925371522820
Octal1636111107145675225040
Binary111001111000110010010111001100101110111101010010101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #733149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #733149; }

 p { color: rgb(115,49,73); }

 H1.HeaderClassName
 {
   color: #733149;
 }
 .AnyTagClassName
 {
   color: #733149;
 }
</style>
background-color css

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

 a { background-color: rgb(115,49,73); }

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

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

 span { border-color: rgb(115,49,73); }

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