#72294F

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

Shades of Flirt #72294F

Tints of Flirt #72294F

Color information

#72294F (or 0x72294F) is unknown color: approx Flirt. HEX triplet: 72, 29 and 4F. RGB value is (114,41,79). Sum of RGB (Red+Green+Blue) = 114+41+79=234 (30% of max value = 765). Red value is 114 (44.92% from 255 or 48.72% from 234); Green value is 41 (16.41% from 255 or 17.52% from 234); Blue value is 79 (31.25% from 255 or 33.76% from 234); Max value from RGB is 114 - color contains mainly: red. Hex color #72294F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72294F is #8DD6B0. Grayscale: #434343. Windows color (decimal): -9295537 or 5187954. OLE color: 5187954.

HSL color Cylindrical-coordinate representation of color #72294F: hue angle of 328.77º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #72294F is Cyan = 0, Magento = 0.64, Yellow = 0.31 and Black (K on CMYK) = 0.55.

Color convert

RGB1144179-
CMYK00.640.310.55
HSL328.77º47.1%30.39%-
HSV(B)328.77º64.04%44.71%-
XYZ9.145.738.02-
YUV67.16134.68161.41-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 48.72%
GREEN value IS 41 (16.41% from 255) = 17.52%
BLUE value IS 79 (31.25% from 255) = 33.76%
R=48.72%
G=17.52%
B=33.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.31
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114417900.640.310.55328.7747.130.39
Hex72294F0401F371492f1e
Octal16251117010037675115736
Binary11100101010011001111010000001111111011110100100110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72294F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72294F; }

 p { color: rgb(114,41,79); }

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

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

 a { background-color: rgb(114,41,79); }

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

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

 span { border-color: rgb(114,41,79); }

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