#733350

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

Shades of Flirt #733350

Tints of Flirt #733350

Color information

#733350 (or 0x733350) is unknown color: approx Flirt. HEX triplet: 73, 33 and 50. RGB value is (115,51,80). Sum of RGB (Red+Green+Blue) = 115+51+80=246 (32% of max value = 765). Red value is 115 (45.31% from 255 or 46.75% from 246); Green value is 51 (20.31% from 255 or 20.73% from 246); Blue value is 80 (31.64% from 255 or 32.52% from 246); Max value from RGB is 115 - color contains mainly: red. Hex color #733350 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #733350 is #8CCCAF. Grayscale: #494949. Windows color (decimal): -9227440 or 5256051. OLE color: 5256051.

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

Color convert

RGB1155180-
CMYK00.560.300.55
HSL332.81º38.55%32.55%-
HSV(B)332.81º55.65%45.1%-
XYZ9.76.598.35-
YUV73.44131.7157.64-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 46.75%
GREEN value IS 51 (20.31% from 255) = 20.73%
BLUE value IS 80 (31.64% from 255) = 32.52%
R=46.75%
G=20.73%
B=32.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.30
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115518000.560.300.55332.8138.5532.55
Hex7333500381E3714d2721
Octal1636312007036675154741
Binary11100111100111010000011100011110110111101001101100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #733350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #733350; }

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

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

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

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

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

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

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

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