#733250

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

Shades of Flirt #733250

Tints of Flirt #733250

Color information

#733250 (or 0x733250) is unknown color: approx Flirt. HEX triplet: 73, 32 and 50. RGB value is (115,50,80). Sum of RGB (Red+Green+Blue) = 115+50+80=245 (32% of max value = 765). Red value is 115 (45.31% from 255 or 46.94% from 245); Green value is 50 (19.92% from 255 or 20.41% from 245); Blue value is 80 (31.64% from 255 or 32.65% from 245); Max value from RGB is 115 - color contains mainly: red. Hex color #733250 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #733250 is #8CCDAF. Grayscale: #484848. Windows color (decimal): -9227696 or 5255795. OLE color: 5255795.

HSL color Cylindrical-coordinate representation of color #733250: hue angle of 332.31º degrees, saturation: 0.39, 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 #733250 is Cyan = 0, Magento = 0.57, Yellow = 0.30 and Black (K on CMYK) = 0.55.

Color convert

RGB1155080-
CMYK00.570.300.55
HSL332.31º39.39%32.35%-
HSV(B)332.31º56.52%45.1%-
XYZ9.666.518.34-
YUV72.86132.03158.06-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 46.94%
GREEN value IS 50 (19.92% from 255) = 20.41%
BLUE value IS 80 (31.64% from 255) = 32.65%
R=46.94%
G=20.41%
B=32.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.30
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115508000.570.300.55332.3139.3932.35
Hex7332500391E3714c2720
Octal1636212007136675144740
Binary11100111100101010000011100111110110111101001100100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #733250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #733250; }

 p { color: rgb(115,50,80); }

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

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

 a { background-color: rgb(115,50,80); }

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

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

 span { border-color: rgb(115,50,80); }

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