Html Css Color HEX #713257 Flirt

📋 copy color: '#713257'

red 113 ◦ green 50 ◦ blue 87

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

Shades of Flirt #713257

Tints of Flirt #713257

RGB

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

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

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

R = 45.2%
G = 20%
B = 34.8%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.23

 K value IS 0.56

RGB Variations

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

Color information

#713257 (or 0x713257) is known color: Flirt. HEX triplet: 71, 32 and 57. RGB value is (113,50,87). Sum of RGB (Red+Green+Blue) = 113+50+87=250 (33% of max value = 765). Red value is 113 (44.53% from 255 or 45.2% from 250); Green value is 50 (19.92% from 255 or 20% from 250); Blue value is 87 (34.38% from 255 or 34.8% from 250); Max value from RGB is 113 - color contains mainly: red. Hex color #713257 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713257 is #8ECDA8. Grayscale: #484848. Windows color (decimal): -9358761 or 5714545. OLE color: 5714545.

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

Color convert

RGB 113 50 87 -
CMYK 0 0.56 0.23 0.56
HSL 324.76º 0.39% 0.32% -
HSV(B) 324.76º 0.56% 0.44% -
XYZ 9.67 6.48 9.76 -
YUV 73.06 135.87 156.49 -
System Red Green Blue C M Y K H S L
Decimal 113 50 87 0 0.56 0.23 0.56 324.76 0.39 0.32
Hex 71 32 57 0 38 17 38 145 27 20
Octal 161 62 127 0 70 27 70 505 47 40
Binary 1110001 110010 1010111 0 111000 10111 111000 101000101 100111 100000

Color Harmonies of #713257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713257

Black with #713257

Text Example


Text Example

White with #713257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713257; }

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

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

background-color css

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

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

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

border-color css

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

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

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