#733449

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

Shades of Flirt #733449

Tints of Flirt #733449

Color information

#733449 (or 0x733449) is unknown color: approx Flirt. HEX triplet: 73, 34 and 49. RGB value is (115,52,73). Sum of RGB (Red+Green+Blue) = 115+52+73=240 (31% of max value = 765). Red value is 115 (45.31% from 255 or 47.92% from 240); Green value is 52 (20.70% from 255 or 21.67% from 240); Blue value is 73 (28.91% from 255 or 30.42% from 240); Max value from RGB is 115 - color contains mainly: red. Hex color #733449 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #733449 is #8CCBB6. Grayscale: #494949. Windows color (decimal): -9227191 or 4797555. OLE color: 4797555.

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

Color convert

RGB1155273-
CMYK00.550.370.55
HSL340º37.72%32.75%-
HSV(B)340º54.78%45.1%-
XYZ9.56.587.07-
YUV73.23127.87157.79-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 47.92%
GREEN value IS 52 (20.70% from 255) = 21.67%
BLUE value IS 73 (28.91% from 255) = 30.42%
R=47.92%
G=21.67%
B=30.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.37
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115527300.550.370.5534037.7232.75
Hex73344903725371542621
Octal1636411106745675244641
Binary111001111010010010010110111100101110111101010100100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #733449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #733449; }

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

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

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

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

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

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

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

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