#732B50

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

Shades of Flirt #732B50

Tints of Flirt #732B50

Color information

#732B50 (or 0x732B50) is unknown color: approx Flirt. HEX triplet: 73, 2B and 50. RGB value is (115,43,80). Sum of RGB (Red+Green+Blue) = 115+43+80=238 (31% of max value = 765). Red value is 115 (45.31% from 255 or 48.32% from 238); Green value is 43 (17.19% from 255 or 18.07% from 238); Blue value is 80 (31.64% from 255 or 33.61% from 238); Max value from RGB is 115 - color contains mainly: red. Hex color #732B50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #732B50 is #8CD4AF. Grayscale: #444444. Windows color (decimal): -9229488 or 5254003. OLE color: 5254003.

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

Color convert

RGB1154380-
CMYK00.630.300.55
HSL329.17º45.57%30.98%-
HSV(B)329.17º62.61%45.1%-
XYZ9.385.958.24-
YUV68.75134.35160.99-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 48.32%
GREEN value IS 43 (17.19% from 255) = 18.07%
BLUE value IS 80 (31.64% from 255) = 33.61%
R=48.32%
G=18.07%
B=33.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.30
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115438000.630.300.55329.1745.5730.98
Hex732B5003F1E371492e1f
Octal1635312007736675115637
Binary1110011101011101000001111111111011011110100100110111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #732B50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,43,80); }

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

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

 a { background-color: rgb(115,43,80); }

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

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

 span { border-color: rgb(115,43,80); }

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