Html Css Color HEX #713155 Flirt

📋 copy color: '#713155'

red 113 ◦ green 49 ◦ blue 85

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

Shades of Flirt #713155

Tints of Flirt #713155

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 34.41%

R = 45.75%
G = 19.84%
B = 34.41%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.25

 K value IS 0.56

RGB Variations

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

Color information

#713155 (or 0x713155) is known color: Flirt. HEX triplet: 71, 31 and 55. RGB value is (113,49,85). Sum of RGB (Red+Green+Blue) = 113+49+85=247 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.75% from 247); Green value is 49 (19.53% from 255 or 19.84% from 247); Blue value is 85 (33.59% from 255 or 34.41% from 247); Max value from RGB is 113 - color contains mainly: red. Hex color #713155 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713155 is #8ECEAA. Grayscale: #484848. Windows color (decimal): -9359019 or 5583217. OLE color: 5583217.

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

Color convert

RGB 113 49 85 -
CMYK 0 0.57 0.25 0.56
HSL 326.25º 0.4% 0.32% -
HSV(B) 326.25º 0.57% 0.44% -
XYZ 9.55 6.36 9.32 -
YUV 72.24 135.2 157.07 -
System Red Green Blue C M Y K H S L
Decimal 113 49 85 0 0.57 0.25 0.56 326.25 0.4 0.32
Hex 71 31 55 0 39 19 38 146 28 20
Octal 161 61 125 0 71 31 70 506 50 40
Binary 1110001 110001 1010101 0 111001 11001 111000 101000110 101000 100000

Color Harmonies of #713155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713155

Black with #713155

Text Example


Text Example

White with #713155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713155; }

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

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

background-color css

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

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

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

border-color css

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

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

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