#712856

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

Shades of Flirt #712856

Tints of Flirt #712856

Color information

#712856 (or 0x712856) is unknown color: approx Flirt. HEX triplet: 71, 28 and 56. RGB value is (113,40,86). Sum of RGB (Red+Green+Blue) = 113+40+86=239 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.28% from 239); Green value is 40 (16.02% from 255 or 16.74% from 239); Blue value is 86 (33.98% from 255 or 35.98% from 239); Max value from RGB is 113 - color contains mainly: red. Hex color #712856 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #712856 is #8ED7A9. Grayscale: #424242. Windows color (decimal): -9361322 or 5646449. OLE color: 5646449.

HSL color Cylindrical-coordinate representation of color #712856: hue angle of 322.19º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #712856 is Cyan = 0, Magento = 0.65, Yellow = 0.24 and Black (K on CMYK) = 0.56.

Color convert

RGB1134086-
CMYK00.650.240.56
HSL322.19º47.71%30%-
HSV(B)322.19º64.6%44.31%-
XYZ9.255.79.42-
YUV67.07138.68160.76-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 47.28%
GREEN value IS 40 (16.02% from 255) = 16.74%
BLUE value IS 86 (33.98% from 255) = 35.98%
R=47.28%
G=16.74%
B=35.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.24
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113408600.650.240.56322.1947.7130
Hex7128560411838142301e
Octal16150126010130705026036
Binary11100011010001010110010000011100011100010100001011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #712856; }

 p { color: rgb(113,40,86); }

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

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

 a { background-color: rgb(113,40,86); }

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

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

 span { border-color: rgb(113,40,86); }

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