Html Css Color HEX #712849 Flirt

📋 copy color: '#712849'

red 113 ◦ green 40 ◦ blue 73

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

Shades of Flirt #712849

Tints of Flirt #712849

RGB

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

 GREEN value IS 40 (16.02% from 255) = 17.7%

 BLUE value IS 73 (28.91% from 255) = 32.3%

R = 50%
G = 17.7%
B = 32.3%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.35

 K value IS 0.56

RGB Variations

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

Color information

#712849 (or 0x712849) is known color: Flirt. HEX triplet: 71, 28 and 49. RGB value is (113,40,73). Sum of RGB (Red+Green+Blue) = 113+40+73=226 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50% from 226); Green value is 40 (16.02% from 255 or 17.70% from 226); Blue value is 73 (28.91% from 255 or 32.30% from 226); Max value from RGB is 113 - color contains mainly: red. Hex color #712849 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712849 is #8ED7B6. Grayscale: #414141. Windows color (decimal): -9361335 or 4794481. OLE color: 4794481.

HSL color Cylindrical-coordinate representation of color #712849: hue angle of 332.88º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #712849 is Cyan = 0, Magento = 0.65, Yellow = 0.35 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 40 73 -
CMYK 0 0.65 0.35 0.56
HSL 332.88º 0.48% 0.3% -
HSV(B) 332.88º 0.65% 0.44% -
XYZ 8.77 5.51 6.9 -
YUV 65.59 132.18 161.82 -
System Red Green Blue C M Y K H S L
Decimal 113 40 73 0 0.65 0.35 0.56 332.88 0.48 0.3
Hex 71 28 49 0 41 23 38 14D 30 1E
Octal 161 50 111 0 101 43 70 515 60 36
Binary 1110001 101000 1001001 0 1000001 100011 111000 101001101 110000 11110

Color Harmonies of #712849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712849

Black with #712849

Text Example


Text Example

White with #712849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712849; }

 p { color: rgb(113,40,73); }

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

background-color css

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

 a { background-color: rgb(113,40,73); }

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

border-color css

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

 span { border-color: rgb(113,40,73); }

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