#733A4F

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

Shades of Flirt #733A4F

Tints of Flirt #733A4F

Color information

#733A4F (or 0x733A4F) is unknown color: approx Flirt. HEX triplet: 73, 3A and 4F. RGB value is (115,58,79). Sum of RGB (Red+Green+Blue) = 115+58+79=252 (33% of max value = 765). Red value is 115 (45.31% from 255 or 45.63% from 252); Green value is 58 (23.05% from 255 or 23.02% from 252); Blue value is 79 (31.25% from 255 or 31.35% from 252); Max value from RGB is 115 - color contains mainly: red. Hex color #733A4F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #733A4F is #8CC5B0. Grayscale: #4D4D4D. Windows color (decimal): -9225649 or 5192307. OLE color: 5192307.

HSL color Cylindrical-coordinate representation of color #733A4F: hue angle of 337.89º 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 #733A4F is Cyan = 0, Magento = 0.50, Yellow = 0.31 and Black (K on CMYK) = 0.55.

Color convert

RGB1155879-
CMYK00.500.310.55
HSL337.89º32.95%33.92%-
HSV(B)337.89º49.57%45.1%-
XYZ9.997.248.27-
YUV77.44128.88154.79-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 45.63%
GREEN value IS 58 (23.05% from 255) = 23.02%
BLUE value IS 79 (31.25% from 255) = 31.35%
R=45.63%
G=23.02%
B=31.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.31
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115587900.500.310.55337.8932.9533.92
Hex733A4F0321F371522122
Octal1637211706237675224142
Binary11100111110101001111011001011111110111101010010100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #733A4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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