#733A52

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

Shades of Flirt #733A52

Tints of Flirt #733A52

Color information

#733A52 (or 0x733A52) is unknown color: approx Flirt. HEX triplet: 73, 3A and 52. RGB value is (115,58,82). Sum of RGB (Red+Green+Blue) = 115+58+82=255 (33% of max value = 765). Red value is 115 (45.31% from 255 or 45.10% from 255); Green value is 58 (23.05% from 255 or 22.75% from 255); Blue value is 82 (32.42% from 255 or 32.16% from 255); Max value from RGB is 115 - color contains mainly: red. Hex color #733A52 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #733A52 is #8CC5AD. Grayscale: #4D4D4D. Windows color (decimal): -9225646 or 5388915. OLE color: 5388915.

HSL color Cylindrical-coordinate representation of color #733A52: hue angle of 334.74º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #733A52 is Cyan = 0, Magento = 0.50, Yellow = 0.29 and Black (K on CMYK) = 0.55.

Color convert

RGB1155882-
CMYK00.500.290.55
HSL334.74º32.95%33.92%-
HSV(B)334.74º49.57%45.1%-
XYZ10.117.288.86-
YUV77.78130.38154.55-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 45.10%
GREEN value IS 58 (23.05% from 255) = 22.75%
BLUE value IS 82 (32.42% from 255) = 32.16%
R=45.10%
G=22.75%
B=32.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.29
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115588200.500.290.55334.7432.9533.92
Hex733A520321D3714f2122
Octal1637212206235675174142
Binary11100111110101010010011001011101110111101001111100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #733A52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #733A52; }

 p { color: rgb(115,58,82); }

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

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

 a { background-color: rgb(115,58,82); }

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

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

 span { border-color: rgb(115,58,82); }

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