Html Css Color HEX #713151 Flirt

📋 copy color: '#713151'

red 113 ◦ green 49 ◦ blue 81

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

Shades of Flirt #713151

Tints of Flirt #713151

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 33.33%

R = 46.5%
G = 20.16%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.28

 K value IS 0.56

RGB Variations

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

Color information

#713151 (or 0x713151) is known color: Flirt. HEX triplet: 71, 31 and 51. RGB value is (113,49,81). Sum of RGB (Red+Green+Blue) = 113+49+81=243 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.50% from 243); Green value is 49 (19.53% from 255 or 20.16% from 243); Blue value is 81 (32.03% from 255 or 33.33% from 243); Max value from RGB is 113 - color contains mainly: red. Hex color #713151 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713151 is #8ECEAE. Grayscale: #474747. Windows color (decimal): -9359023 or 5321073. OLE color: 5321073.

HSL color Cylindrical-coordinate representation of color #713151: hue angle of 330º 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 #713151 is Cyan = 0, Magento = 0.57, Yellow = 0.28 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 49 81 -
CMYK 0 0.57 0.28 0.56
HSL 330º 0.4% 0.32% -
HSV(B) 330º 0.57% 0.44% -
XYZ 9.39 6.3 8.51 -
YUV 71.78 133.2 157.4 -
System Red Green Blue C M Y K H S L
Decimal 113 49 81 0 0.57 0.28 0.56 330 0.4 0.32
Hex 71 31 51 0 39 1C 38 14A 28 20
Octal 161 61 121 0 71 34 70 512 50 40
Binary 1110001 110001 1010001 0 111001 11100 111000 101001010 101000 100000

Color Harmonies of #713151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713151

Black with #713151

Text Example


Text Example

White with #713151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713151; }

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

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

background-color css

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

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

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

border-color css

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

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

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