Html Css Color HEX #713657 Flirt

📋 copy color: '#713657'

red 113 ◦ green 54 ◦ blue 87

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

Shades of Flirt #713657

Tints of Flirt #713657

RGB

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

 GREEN value IS 54 (21.48% from 255) = 21.26%

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

R = 44.49%
G = 21.26%
B = 34.25%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.23

 K value IS 0.56

RGB Variations

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

Color information

#713657 (or 0x713657) is known color: Flirt. HEX triplet: 71, 36 and 57. RGB value is (113,54,87). Sum of RGB (Red+Green+Blue) = 113+54+87=254 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.49% from 254); Green value is 54 (21.48% from 255 or 21.26% from 254); Blue value is 87 (34.38% from 255 or 34.25% from 254); Max value from RGB is 113 - color contains mainly: red. Hex color #713657 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713657 is #8EC9A8. Grayscale: #4B4B4B. Windows color (decimal): -9357737 or 5715569. OLE color: 5715569.

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

Color convert

RGB 113 54 87 -
CMYK 0 0.52 0.23 0.56
HSL 326.44º 0.35% 0.33% -
HSV(B) 326.44º 0.52% 0.44% -
XYZ 9.85 6.84 9.82 -
YUV 75.4 134.55 154.82 -
System Red Green Blue C M Y K H S L
Decimal 113 54 87 0 0.52 0.23 0.56 326.44 0.35 0.33
Hex 71 36 57 0 34 17 38 146 23 21
Octal 161 66 127 0 64 27 70 506 43 41
Binary 1110001 110110 1010111 0 110100 10111 111000 101000110 100011 100001

Color Harmonies of #713657

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713657

Black with #713657

Text Example


Text Example

White with #713657

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713657; }

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

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

background-color css

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

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

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

border-color css

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

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

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