Html Css Color HEX #713557 Flirt

📋 copy color: '#713557'

red 113 ◦ green 53 ◦ blue 87

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

Shades of Flirt #713557

Tints of Flirt #713557

RGB

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

 GREEN value IS 53 (21.09% from 255) = 20.95%

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

R = 44.66%
G = 20.95%
B = 34.39%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.23

 K value IS 0.56

RGB Variations

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

Color information

#713557 (or 0x713557) is known color: Flirt. HEX triplet: 71, 35 and 57. RGB value is (113,53,87). Sum of RGB (Red+Green+Blue) = 113+53+87=253 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.66% from 253); Green value is 53 (21.09% from 255 or 20.95% from 253); Blue value is 87 (34.38% from 255 or 34.39% from 253); Max value from RGB is 113 - color contains mainly: red. Hex color #713557 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713557 is #8ECAA8. Grayscale: #4A4A4A. Windows color (decimal): -9357993 or 5715313. OLE color: 5715313.

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

Color convert

RGB 113 53 87 -
CMYK 0 0.53 0.23 0.56
HSL 326º 0.36% 0.33% -
HSV(B) 326º 0.53% 0.44% -
XYZ 9.8 6.75 9.8 -
YUV 74.82 134.88 155.24 -
System Red Green Blue C M Y K H S L
Decimal 113 53 87 0 0.53 0.23 0.56 326 0.36 0.33
Hex 71 35 57 0 35 17 38 146 24 21
Octal 161 65 127 0 65 27 70 506 44 41
Binary 1110001 110101 1010111 0 110101 10111 111000 101000110 100100 100001

Color Harmonies of #713557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713557

Black with #713557

Text Example


Text Example

White with #713557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713557; }

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

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

background-color css

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

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

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

border-color css

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

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

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