Html Css Color HEX #712C54 Flirt

📋 copy color: '#712C54'

red 113 ◦ green 44 ◦ blue 84

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

Shades of Flirt #712C54

Tints of Flirt #712C54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 34.85%

R = 46.89%
G = 18.26%
B = 34.85%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.26

 K value IS 0.56

RGB Variations

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

Color information

#712C54 (or 0x712C54) is known color: Flirt. HEX triplet: 71, 2C and 54. RGB value is (113,44,84). Sum of RGB (Red+Green+Blue) = 113+44+84=241 (31% of max value = 765). Red value is 113 (44.53% from 255 or 46.89% from 241); Green value is 44 (17.58% from 255 or 18.26% from 241); Blue value is 84 (33.20% from 255 or 34.85% from 241); Max value from RGB is 113 - color contains mainly: red. Hex color #712C54 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #712C54 is #8ED3AB. Grayscale: #454545. Windows color (decimal): -9360300 or 5516401. OLE color: 5516401.

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

Color convert

RGB 113 44 84 -
CMYK 0 0.61 0.26 0.56
HSL 325.22º 0.44% 0.31% -
HSV(B) 325.22º 0.61% 0.44% -
XYZ 9.31 5.95 9.05 -
YUV 69.19 136.36 159.25 -
System Red Green Blue C M Y K H S L
Decimal 113 44 84 0 0.61 0.26 0.56 325.22 0.44 0.31
Hex 71 2C 54 0 3D 1A 38 145 2C 1F
Octal 161 54 124 0 75 32 70 505 54 37
Binary 1110001 101100 1010100 0 111101 11010 111000 101000101 101100 11111

Color Harmonies of #712C54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712C54

Black with #712C54

Text Example


Text Example

White with #712C54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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