Html Css Color HEX #713256 Flirt

📋 copy color: '#713256'

red 113 ◦ green 50 ◦ blue 86

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

Shades of Flirt #713256

Tints of Flirt #713256

RGB

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

 GREEN value IS 50 (19.92% from 255) = 20.08%

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

R = 45.38%
G = 20.08%
B = 34.54%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.24

 K value IS 0.56

RGB Variations

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

Color information

#713256 (or 0x713256) is known color: Flirt. HEX triplet: 71, 32 and 56. RGB value is (113,50,86). Sum of RGB (Red+Green+Blue) = 113+50+86=249 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.38% from 249); Green value is 50 (19.92% from 255 or 20.08% from 249); Blue value is 86 (33.98% from 255 or 34.54% from 249); Max value from RGB is 113 - color contains mainly: red. Hex color #713256 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713256 is #8ECDA9. Grayscale: #484848. Windows color (decimal): -9358762 or 5649009. OLE color: 5649009.

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

Color convert

RGB 113 50 86 -
CMYK 0 0.56 0.24 0.56
HSL 325.71º 0.39% 0.32% -
HSV(B) 325.71º 0.56% 0.44% -
XYZ 9.63 6.46 9.54 -
YUV 72.94 135.37 156.57 -
System Red Green Blue C M Y K H S L
Decimal 113 50 86 0 0.56 0.24 0.56 325.71 0.39 0.32
Hex 71 32 56 0 38 18 38 146 27 20
Octal 161 62 126 0 70 30 70 506 47 40
Binary 1110001 110010 1010110 0 111000 11000 111000 101000110 100111 100000

Color Harmonies of #713256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713256

Black with #713256

Text Example


Text Example

White with #713256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713256; }

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

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

background-color css

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

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

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

border-color css

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

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

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