#732849

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

Shades of Flirt #732849

Tints of Flirt #732849

Color information

#732849 (or 0x732849) is unknown color: approx Flirt. HEX triplet: 73, 28 and 49. RGB value is (115,40,73). Sum of RGB (Red+Green+Blue) = 115+40+73=228 (30% of max value = 765). Red value is 115 (45.31% from 255 or 50.44% from 228); Green value is 40 (16.02% from 255 or 17.54% from 228); Blue value is 73 (28.91% from 255 or 32.02% from 228); Max value from RGB is 115 - color contains mainly: red. Hex color #732849 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #732849 is #8CD7B6. Grayscale: #424242. Windows color (decimal): -9230263 or 4794483. OLE color: 4794483.

HSL color Cylindrical-coordinate representation of color #732849: hue angle of 333.6º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #732849 is Cyan = 0, Magento = 0.65, Yellow = 0.37 and Black (K on CMYK) = 0.55.

Color convert

RGB1154073-
CMYK00.650.370.55
HSL333.6º48.39%30.39%-
HSV(B)333.6º65.22%45.1%-
XYZ9.035.646.92-
YUV66.19131.85162.82-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 50.44%
GREEN value IS 40 (16.02% from 255) = 17.54%
BLUE value IS 73 (28.91% from 255) = 32.02%
R=50.44%
G=17.54%
B=32.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.37
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115407300.650.370.55333.648.3930.39
Hex732849041253714e301e
Octal16350111010145675166036
Binary111001110100010010010100000110010111011110100111011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #732849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #732849; }

 p { color: rgb(115,40,73); }

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

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

 a { background-color: rgb(115,40,73); }

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

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

 span { border-color: rgb(115,40,73); }

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