#732A4E

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

Shades of Flirt #732A4E

Tints of Flirt #732A4E

Color information

#732A4E (or 0x732A4E) is unknown color: approx Flirt. HEX triplet: 73, 2A and 4E. RGB value is (115,42,78). Sum of RGB (Red+Green+Blue) = 115+42+78=235 (31% of max value = 765). Red value is 115 (45.31% from 255 or 48.94% from 235); Green value is 42 (16.80% from 255 or 17.87% from 235); Blue value is 78 (30.86% from 255 or 33.19% from 235); Max value from RGB is 115 - color contains mainly: red. Hex color #732A4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #732A4E is #8CD5B1. Grayscale: #434343. Windows color (decimal): -9229746 or 5122675. OLE color: 5122675.

HSL color Cylindrical-coordinate representation of color #732A4E: hue angle of 330.41º 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 #732A4E is Cyan = 0, Magento = 0.63, Yellow = 0.32 and Black (K on CMYK) = 0.55.

Color convert

RGB1154278-
CMYK00.630.320.55
HSL330.41º46.5%30.78%-
HSV(B)330.41º63.48%45.1%-
XYZ9.275.857.85-
YUV67.93133.68161.57-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 48.94%
GREEN value IS 42 (16.80% from 255) = 17.87%
BLUE value IS 78 (30.86% from 255) = 33.19%
R=48.94%
G=17.87%
B=33.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.32
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115427800.630.320.55330.4146.530.78
Hex732A4E03F203714a2e1f
Octal1635211607740675125637
Binary11100111010101001110011111110000011011110100101010111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #732A4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,42,78); }

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

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

 a { background-color: rgb(115,42,78); }

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

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

 span { border-color: rgb(115,42,78); }

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