Html Css Color HEX #712C4F Flirt

📋 copy color: '#712C4F'

red 113 ◦ green 44 ◦ blue 79

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

Shades of Flirt #712C4F

Tints of Flirt #712C4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 33.47%

R = 47.88%
G = 18.64%
B = 33.47%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.30

 K value IS 0.56

RGB Variations

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

Color information

#712C4F (or 0x712C4F) is known color: Flirt. HEX triplet: 71, 2C and 4F. RGB value is (113,44,79). Sum of RGB (Red+Green+Blue) = 113+44+79=236 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.88% from 236); Green value is 44 (17.58% from 255 or 18.64% from 236); Blue value is 79 (31.25% from 255 or 33.47% from 236); Max value from RGB is 113 - color contains mainly: red. Hex color #712C4F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #712C4F is #8ED3B0. Grayscale: #444444. Windows color (decimal): -9360305 or 5188721. OLE color: 5188721.

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

Color convert

RGB 113 44 79 -
CMYK 0 0.61 0.30 0.56
HSL 329.57º 0.44% 0.31% -
HSV(B) 329.57º 0.61% 0.44% -
XYZ 9.12 5.88 8.05 -
YUV 68.62 133.86 159.65 -
System Red Green Blue C M Y K H S L
Decimal 113 44 79 0 0.61 0.30 0.56 329.57 0.44 0.31
Hex 71 2C 4F 0 3D 1E 38 14A 2C 1F
Octal 161 54 117 0 75 36 70 512 54 37
Binary 1110001 101100 1001111 0 111101 11110 111000 101001010 101100 11111

Color Harmonies of #712C4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712C4F

Black with #712C4F

Text Example


Text Example

White with #712C4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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