Html Css Color HEX #713457 Flirt

📋 copy color: '#713457'

red 113 ◦ green 52 ◦ blue 87

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

Shades of Flirt #713457

Tints of Flirt #713457

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 34.52%

R = 44.84%
G = 20.63%
B = 34.52%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.23

 K value IS 0.56

RGB Variations

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

Color information

#713457 (or 0x713457) is known color: Flirt. HEX triplet: 71, 34 and 57. RGB value is (113,52,87). Sum of RGB (Red+Green+Blue) = 113+52+87=252 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.84% from 252); Green value is 52 (20.70% from 255 or 20.63% from 252); Blue value is 87 (34.38% from 255 or 34.52% from 252); Max value from RGB is 113 - color contains mainly: red. Hex color #713457 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713457 is #8ECBA8. Grayscale: #4A4A4A. Windows color (decimal): -9358249 or 5715057. OLE color: 5715057.

HSL color Cylindrical-coordinate representation of color #713457: hue angle of 325.57º 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 #713457 is Cyan = 0, Magento = 0.54, Yellow = 0.23 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 52 87 -
CMYK 0 0.54 0.23 0.56
HSL 325.57º 0.37% 0.32% -
HSV(B) 325.57º 0.54% 0.44% -
XYZ 9.76 6.65 9.79 -
YUV 74.23 135.21 155.65 -
System Red Green Blue C M Y K H S L
Decimal 113 52 87 0 0.54 0.23 0.56 325.57 0.37 0.32
Hex 71 34 57 0 36 17 38 146 25 20
Octal 161 64 127 0 66 27 70 506 45 40
Binary 1110001 110100 1010111 0 110110 10111 111000 101000110 100101 100000

Color Harmonies of #713457

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713457

Black with #713457

Text Example


Text Example

White with #713457

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713457; }

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

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

background-color css

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

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

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

border-color css

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

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

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