#733355

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

Shades of Flirt #733355

Tints of Flirt #733355

Color information

#733355 (or 0x733355) is unknown color: approx Flirt. HEX triplet: 73, 33 and 55. RGB value is (115,51,85). Sum of RGB (Red+Green+Blue) = 115+51+85=251 (33% of max value = 765). Red value is 115 (45.31% from 255 or 45.82% from 251); Green value is 51 (20.31% from 255 or 20.32% from 251); Blue value is 85 (33.59% from 255 or 33.86% from 251); Max value from RGB is 115 - color contains mainly: red. Hex color #733355 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #733355 is #8CCCAA. Grayscale: #494949. Windows color (decimal): -9227435 or 5583731. OLE color: 5583731.

HSL color Cylindrical-coordinate representation of color #733355: hue angle of 328.12º 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 #733355 is Cyan = 0, Magento = 0.56, Yellow = 0.26 and Black (K on CMYK) = 0.55.

Color convert

RGB1155185-
CMYK00.560.260.55
HSL328.12º38.55%32.55%-
HSV(B)328.12º55.65%45.1%-
XYZ9.896.679.36-
YUV74.01134.2157.24-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 45.82%
GREEN value IS 51 (20.31% from 255) = 20.32%
BLUE value IS 85 (33.59% from 255) = 33.86%
R=45.82%
G=20.32%
B=33.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.26
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115518500.560.260.55328.1238.5532.55
Hex7333550381A371482721
Octal1636312507032675104741
Binary11100111100111010101011100011010110111101001000100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #733355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #733355; }

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

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

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

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

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

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

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

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