#712A4B

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

Shades of Flirt #712A4B

Tints of Flirt #712A4B

Color information

#712A4B (or 0x712A4B) is unknown color: approx Flirt. HEX triplet: 71, 2A and 4B. RGB value is (113,42,75). Sum of RGB (Red+Green+Blue) = 113+42+75=230 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.13% from 230); Green value is 42 (16.80% from 255 or 18.26% from 230); Blue value is 75 (29.69% from 255 or 32.61% from 230); Max value from RGB is 113 - color contains mainly: red. Hex color #712A4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712A4B is #8ED5B4. Grayscale: #424242. Windows color (decimal): -9360821 or 4926065. OLE color: 4926065.

HSL color Cylindrical-coordinate representation of color #712A4B: hue angle of 332.11º 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 #712A4B is Cyan = 0, Magento = 0.63, Yellow = 0.34 and Black (K on CMYK) = 0.56.

Color convert

RGB1134275-
CMYK00.630.340.56
HSL332.11º45.81%30.39%-
HSV(B)332.11º62.83%44.31%-
XYZ8.915.677.28-
YUV66.99132.52160.82-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 49.13%
GREEN value IS 42 (16.80% from 255) = 18.26%
BLUE value IS 75 (29.69% from 255) = 32.61%
R=49.13%
G=18.26%
B=32.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.34
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113427500.630.340.56332.1145.8130.39
Hex712A4B03F223814c2e1e
Octal1615211307742705145636
Binary11100011010101001011011111110001011100010100110010111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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