#732C48

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

Shades of Flirt #732C48

Tints of Flirt #732C48

Color information

#732C48 (or 0x732C48) is unknown color: approx Flirt. HEX triplet: 73, 2C and 48. RGB value is (115,44,72). Sum of RGB (Red+Green+Blue) = 115+44+72=231 (30% of max value = 765). Red value is 115 (45.31% from 255 or 49.78% from 231); Green value is 44 (17.58% from 255 or 19.05% from 231); Blue value is 72 (28.52% from 255 or 31.17% from 231); Max value from RGB is 115 - color contains mainly: red. Hex color #732C48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #732C48 is #8CD3B7. Grayscale: #444444. Windows color (decimal): -9229240 or 4729971. OLE color: 4729971.

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

Color convert

RGB1154472-
CMYK00.620.370.55
HSL336.34º44.65%31.18%-
HSV(B)336.34º61.74%45.1%-
XYZ9.145.916.79-
YUV68.42130.02161.22-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 49.78%
GREEN value IS 44 (17.58% from 255) = 19.05%
BLUE value IS 72 (28.52% from 255) = 31.17%
R=49.78%
G=19.05%
B=31.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.37
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115447200.620.370.55336.3444.6531.18
Hex732C4803E25371502d1f
Octal1635411007645675205537
Binary11100111011001001000011111010010111011110101000010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #732C48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #732C48; }

 p { color: rgb(115,44,72); }

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

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

 a { background-color: rgb(115,44,72); }

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

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

 span { border-color: rgb(115,44,72); }

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