#712A49

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

Shades of Flirt #712A49

Tints of Flirt #712A49

Color information

#712A49 (or 0x712A49) is unknown color: approx Flirt. HEX triplet: 71, 2A and 49. RGB value is (113,42,73). Sum of RGB (Red+Green+Blue) = 113+42+73=228 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.56% from 228); Green value is 42 (16.80% from 255 or 18.42% from 228); Blue value is 73 (28.91% from 255 or 32.02% from 228); Max value from RGB is 113 - color contains mainly: red. Hex color #712A49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712A49 is #8ED5B6. Grayscale: #424242. Windows color (decimal): -9360823 or 4794993. OLE color: 4794993.

HSL color Cylindrical-coordinate representation of color #712A49: hue angle of 333.8º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #712A49 is Cyan = 0, Magento = 0.63, Yellow = 0.35 and Black (K on CMYK) = 0.56.

Color convert

RGB1134273-
CMYK00.630.350.56
HSL333.8º45.81%30.39%-
HSV(B)333.8º62.83%44.31%-
XYZ8.845.656.93-
YUV66.76131.52160.98-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 49.56%
GREEN value IS 42 (16.80% from 255) = 18.42%
BLUE value IS 73 (28.91% from 255) = 32.02%
R=49.56%
G=18.42%
B=32.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.35
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113427300.630.350.56333.845.8130.39
Hex712A4903F233814e2e1e
Octal1615211107743705165636
Binary11100011010101001001011111110001111100010100111010111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712A49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #712A49; }

 p { color: rgb(113,42,73); }

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

<style>
 a { background-color: #712A49; }

 a { background-color: rgb(113,42,73); }

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

<style>
 span { border-color: #712A49; }

 span { border-color: rgb(113,42,73); }

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