#722F4D

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

Shades of Flirt #722F4D

Tints of Flirt #722F4D

Color information

#722F4D (or 0x722F4D) is unknown color: approx Flirt. HEX triplet: 72, 2F and 4D. RGB value is (114,47,77). Sum of RGB (Red+Green+Blue) = 114+47+77=238 (31% of max value = 765). Red value is 114 (44.92% from 255 or 47.90% from 238); Green value is 47 (18.75% from 255 or 19.75% from 238); Blue value is 77 (30.47% from 255 or 32.35% from 238); Max value from RGB is 114 - color contains mainly: red. Hex color #722F4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #722F4D is #8DD0B2. Grayscale: #464646. Windows color (decimal): -9294003 or 5058418. OLE color: 5058418.

HSL color Cylindrical-coordinate representation of color #722F4D: hue angle of 333.13º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #722F4D is Cyan = 0, Magento = 0.59, Yellow = 0.32 and Black (K on CMYK) = 0.55.

Color convert

RGB1144777-
CMYK00.590.320.55
HSL333.13º41.61%31.57%-
HSV(B)333.13º58.77%44.71%-
XYZ9.36.157.72-
YUV70.45131.7159.06-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 47.90%
GREEN value IS 47 (18.75% from 255) = 19.75%
BLUE value IS 77 (30.47% from 255) = 32.35%
R=47.90%
G=19.75%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.32
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114477700.590.320.55333.1341.6131.57
Hex722F4D03B203714d2a20
Octal1625711507340675155240
Binary111001010111110011010111011100000110111101001101101010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722F4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #722F4D; }

 p { color: rgb(114,47,77); }

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

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

 a { background-color: rgb(114,47,77); }

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

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

 span { border-color: rgb(114,47,77); }

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