Html Css Color HEX #713459 Flirt

📋 copy color: '#713459'

red 113 ◦ green 52 ◦ blue 89

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

Shades of Flirt #713459

Tints of Flirt #713459

RGB

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

 GREEN value IS 52 (20.7% from 255) = 20.47%

 BLUE value IS 89 (35.16% from 255) = 35.04%

R = 44.49%
G = 20.47%
B = 35.04%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.21

 K value IS 0.56

RGB Variations

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

Color information

#713459 (or 0x713459) is known color: Flirt. HEX triplet: 71, 34 and 59. RGB value is (113,52,89). Sum of RGB (Red+Green+Blue) = 113+52+89=254 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.49% from 254); Green value is 52 (20.70% from 255 or 20.47% from 254); Blue value is 89 (35.16% from 255 or 35.04% from 254); Max value from RGB is 113 - color contains mainly: red. Hex color #713459 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713459 is #8ECBA6. Grayscale: #4A4A4A. Windows color (decimal): -9358247 or 5846129. OLE color: 5846129.

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

Color convert

RGB 113 52 89 -
CMYK 0 0.54 0.21 0.56
HSL 323.61º 0.37% 0.32% -
HSV(B) 323.61º 0.54% 0.44% -
XYZ 9.84 6.69 10.22 -
YUV 74.46 136.21 155.49 -
System Red Green Blue C M Y K H S L
Decimal 113 52 89 0 0.54 0.21 0.56 323.61 0.37 0.32
Hex 71 34 59 0 36 15 38 144 25 20
Octal 161 64 131 0 66 25 70 504 45 40
Binary 1110001 110100 1011001 0 110110 10101 111000 101000100 100101 100000

Color Harmonies of #713459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713459

Black with #713459

Text Example


Text Example

White with #713459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713459; }

 p { color: rgb(113,52,89); }

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

background-color css

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

 a { background-color: rgb(113,52,89); }

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

border-color css

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

 span { border-color: rgb(113,52,89); }

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