Html Css Color HEX #713756 Flirt

📋 copy color: '#713756'

red 113 ◦ green 55 ◦ blue 86

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

Shades of Flirt #713756

Tints of Flirt #713756

RGB

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

 GREEN value IS 55 (21.88% from 255) = 21.65%

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

R = 44.49%
G = 21.65%
B = 33.86%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.24

 K value IS 0.56

RGB Variations

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

Color information

#713756 (or 0x713756) is known color: Flirt. HEX triplet: 71, 37 and 56. RGB value is (113,55,86). Sum of RGB (Red+Green+Blue) = 113+55+86=254 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.49% from 254); Green value is 55 (21.88% from 255 or 21.65% from 254); Blue value is 86 (33.98% from 255 or 33.86% from 254); Max value from RGB is 113 - color contains mainly: red. Hex color #713756 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713756 is #8EC8A9. Grayscale: #4B4B4B. Windows color (decimal): -9357482 or 5650289. OLE color: 5650289.

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

Color convert

RGB 113 55 86 -
CMYK 0 0.51 0.24 0.56
HSL 327.93º 0.35% 0.33% -
HSV(B) 327.93º 0.51% 0.44% -
XYZ 9.86 6.91 9.62 -
YUV 75.88 133.72 154.48 -
System Red Green Blue C M Y K H S L
Decimal 113 55 86 0 0.51 0.24 0.56 327.93 0.35 0.33
Hex 71 37 56 0 33 18 38 148 23 21
Octal 161 67 126 0 63 30 70 510 43 41
Binary 1110001 110111 1010110 0 110011 11000 111000 101001000 100011 100001

Color Harmonies of #713756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713756

Black with #713756

Text Example


Text Example

White with #713756

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713756; }

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

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

background-color css

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

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

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

border-color css

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

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

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