Html Css Color HEX #713156 Flirt

📋 copy color: '#713156'

red 113 ◦ green 49 ◦ blue 86

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

Shades of Flirt #713156

Tints of Flirt #713156

RGB

 RED value IS 113 (44.53% from 255) = 45.56%

 GREEN value IS 49 (19.53% from 255) = 19.76%

 BLUE value IS 86 (33.98% from 255) = 34.68%

R = 45.56%
G = 19.76%
B = 34.68%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.24

 K value IS 0.56

RGB Variations

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

Color information

#713156 (or 0x713156) is known color: Flirt. HEX triplet: 71, 31 and 56. RGB value is (113,49,86). Sum of RGB (Red+Green+Blue) = 113+49+86=248 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.56% from 248); Green value is 49 (19.53% from 255 or 19.76% from 248); Blue value is 86 (33.98% from 255 or 34.68% from 248); Max value from RGB is 113 - color contains mainly: red. Hex color #713156 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713156 is #8ECEA9. Grayscale: #484848. Windows color (decimal): -9359018 or 5648753. OLE color: 5648753.

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

Color convert

RGB 113 49 86 -
CMYK 0 0.57 0.24 0.56
HSL 325.31º 0.4% 0.32% -
HSV(B) 325.31º 0.57% 0.44% -
XYZ 9.59 6.38 9.53 -
YUV 72.35 135.7 156.99 -
System Red Green Blue C M Y K H S L
Decimal 113 49 86 0 0.57 0.24 0.56 325.31 0.4 0.32
Hex 71 31 56 0 39 18 38 145 28 20
Octal 161 61 126 0 71 30 70 505 50 40
Binary 1110001 110001 1010110 0 111001 11000 111000 101000101 101000 100000

Color Harmonies of #713156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713156

Black with #713156

Text Example


Text Example

White with #713156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713156; }

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

 H1.HeaderClassName
 {
   color: #713156;
 }
 .AnyTagClassName
 {
   color: #713156;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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