Html Css Color HEX #713551 Flirt

📋 copy color: '#713551'

red 113 ◦ green 53 ◦ blue 81

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

Shades of Flirt #713551

Tints of Flirt #713551

RGB

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

 GREEN value IS 53 (21.09% from 255) = 21.46%

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

R = 45.75%
G = 21.46%
B = 32.79%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.28

 K value IS 0.56

RGB Variations

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

Color information

#713551 (or 0x713551) is known color: Flirt. HEX triplet: 71, 35 and 51. RGB value is (113,53,81). Sum of RGB (Red+Green+Blue) = 113+53+81=247 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.75% from 247); Green value is 53 (21.09% from 255 or 21.46% from 247); Blue value is 81 (32.03% from 255 or 32.79% from 247); Max value from RGB is 113 - color contains mainly: red. Hex color #713551 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713551 is #8ECAAE. Grayscale: #4A4A4A. Windows color (decimal): -9357999 or 5322097. OLE color: 5322097.

HSL color Cylindrical-coordinate representation of color #713551: hue angle of 332º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #713551 is Cyan = 0, Magento = 0.53, Yellow = 0.28 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 53 81 -
CMYK 0 0.53 0.28 0.56
HSL 332º 0.36% 0.33% -
HSV(B) 332º 0.53% 0.44% -
XYZ 9.57 6.65 8.56 -
YUV 74.13 131.88 155.72 -
System Red Green Blue C M Y K H S L
Decimal 113 53 81 0 0.53 0.28 0.56 332 0.36 0.33
Hex 71 35 51 0 35 1C 38 14C 24 21
Octal 161 65 121 0 65 34 70 514 44 41
Binary 1110001 110101 1010001 0 110101 11100 111000 101001100 100100 100001

Color Harmonies of #713551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713551

Black with #713551

Text Example


Text Example

White with #713551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713551; }

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

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

background-color css

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

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

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

border-color css

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

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

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