Html Css Color HEX #712C55 Flirt

📋 copy color: '#712C55'

red 113 ◦ green 44 ◦ blue 85

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

Shades of Flirt #712C55

Tints of Flirt #712C55

RGB

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

 GREEN value IS 44 (17.58% from 255) = 18.18%

 BLUE value IS 85 (33.59% from 255) = 35.12%

R = 46.69%
G = 18.18%
B = 35.12%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.25

 K value IS 0.56

RGB Variations

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

Color information

#712C55 (or 0x712C55) is known color: Flirt. HEX triplet: 71, 2C and 55. RGB value is (113,44,85). Sum of RGB (Red+Green+Blue) = 113+44+85=242 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.69% from 242); Green value is 44 (17.58% from 255 or 18.18% from 242); Blue value is 85 (33.59% from 255 or 35.12% from 242); Max value from RGB is 113 - color contains mainly: red. Hex color #712C55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #712C55 is #8ED3AA. Grayscale: #454545. Windows color (decimal): -9360299 or 5581937. OLE color: 5581937.

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

Color convert

RGB 113 44 85 -
CMYK 0 0.61 0.25 0.56
HSL 324.35º 0.44% 0.31% -
HSV(B) 324.35º 0.61% 0.44% -
XYZ 9.35 5.97 9.25 -
YUV 69.31 136.86 159.17 -
System Red Green Blue C M Y K H S L
Decimal 113 44 85 0 0.61 0.25 0.56 324.35 0.44 0.31
Hex 71 2C 55 0 3D 19 38 144 2C 1F
Octal 161 54 125 0 75 31 70 504 54 37
Binary 1110001 101100 1010101 0 111101 11001 111000 101000100 101100 11111

Color Harmonies of #712C55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712C55

Black with #712C55

Text Example


Text Example

White with #712C55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,44,85); }

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

background-color css

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

 a { background-color: rgb(113,44,85); }

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

border-color css

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

 span { border-color: rgb(113,44,85); }

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