Html Css Color HEX #712856 Flirt

📋 copy color: '#712856'

red 113 ◦ green 40 ◦ blue 86

#712856
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Flirt #712856

Tints of Flirt #712856

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 value IS 0

 M value IS 0.65

 Y value IS 0.24

 K value IS 0.56

RGB Variations

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

Color information

#712856 (or 0x712856) is known color: 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

RGB 113 40 86 -
CMYK 0 0.65 0.24 0.56
HSL 322.19º 0.48% 0.3% -
HSV(B) 322.19º 0.65% 0.44% -
XYZ 9.25 5.7 9.42 -
YUV 67.07 138.68 160.76 -
System Red Green Blue C M Y K H S L
Decimal 113 40 86 0 0.65 0.24 0.56 322.19 0.48 0.3
Hex 71 28 56 0 41 18 38 142 30 1E
Octal 161 50 126 0 101 30 70 502 60 36
Binary 1110001 101000 1010110 0 1000001 11000 111000 101000010 110000 11110

Color Harmonies of #712856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712856

Black with #712856

Text Example


Text Example

White with #712856

Text Example


Text Example

HTML Codes & Css Web 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>