Html Css Color HEX #713149 Flirt

📋 copy color: '#713149'

red 113 ◦ green 49 ◦ blue 73

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

Shades of Flirt #713149

Tints of Flirt #713149

RGB

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

 GREEN value IS 49 (19.53% from 255) = 20.85%

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

R = 48.09%
G = 20.85%
B = 31.06%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.35

 K value IS 0.56

RGB Variations

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

Color information

#713149 (or 0x713149) is known color: Flirt. HEX triplet: 71, 31 and 49. RGB value is (113,49,73). Sum of RGB (Red+Green+Blue) = 113+49+73=235 (31% of max value = 765). Red value is 113 (44.53% from 255 or 48.09% from 235); Green value is 49 (19.53% from 255 or 20.85% from 235); Blue value is 73 (28.91% from 255 or 31.06% from 235); Max value from RGB is 113 - color contains mainly: red. Hex color #713149 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713149 is #8ECEB6. Grayscale: #464646. Windows color (decimal): -9359031 or 4796785. OLE color: 4796785.

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

Color convert

RGB 113 49 73 -
CMYK 0 0.57 0.35 0.56
HSL 337.5º 0.4% 0.32% -
HSV(B) 337.5º 0.57% 0.44% -
XYZ 9.11 6.19 7.02 -
YUV 70.87 129.2 158.05 -
System Red Green Blue C M Y K H S L
Decimal 113 49 73 0 0.57 0.35 0.56 337.5 0.4 0.32
Hex 71 31 49 0 39 23 38 152 28 20
Octal 161 61 111 0 71 43 70 522 50 40
Binary 1110001 110001 1001001 0 111001 100011 111000 101010010 101000 100000

Color Harmonies of #713149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713149

Black with #713149

Text Example


Text Example

White with #713149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713149; }

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

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

background-color css

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

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

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

border-color css

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

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

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