Html Css Color HEX #712F57 Flirt

📋 copy color: '#712F57'

red 113 ◦ green 47 ◦ blue 87

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

Shades of Flirt #712F57

Tints of Flirt #712F57

RGB

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

 GREEN value IS 47 (18.75% from 255) = 19.03%

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

R = 45.75%
G = 19.03%
B = 35.22%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.23

 K value IS 0.56

RGB Variations

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

Color information

#712F57 (or 0x712F57) is known color: Flirt. HEX triplet: 71, 2F and 57. RGB value is (113,47,87). Sum of RGB (Red+Green+Blue) = 113+47+87=247 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.75% from 247); Green value is 47 (18.75% from 255 or 19.03% from 247); Blue value is 87 (34.38% from 255 or 35.22% from 247); Max value from RGB is 113 - color contains mainly: red. Hex color #712F57 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #712F57 is #8ED0A8. Grayscale: #474747. Windows color (decimal): -9359529 or 5713777. OLE color: 5713777.

HSL color Cylindrical-coordinate representation of color #712F57: hue angle of 323.64º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #712F57 is Cyan = 0, Magento = 0.58, Yellow = 0.23 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 47 87 -
CMYK 0 0.58 0.23 0.56
HSL 323.64º 0.41% 0.31% -
HSV(B) 323.64º 0.58% 0.44% -
XYZ 9.55 6.23 9.72 -
YUV 71.29 136.87 157.75 -
System Red Green Blue C M Y K H S L
Decimal 113 47 87 0 0.58 0.23 0.56 323.64 0.41 0.31
Hex 71 2F 57 0 3A 17 38 144 29 1F
Octal 161 57 127 0 72 27 70 504 51 37
Binary 1110001 101111 1010111 0 111010 10111 111000 101000100 101001 11111

Color Harmonies of #712F57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712F57

Black with #712F57

Text Example


Text Example

White with #712F57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712F57; }

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

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

background-color css

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

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

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

border-color css

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

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

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