Html Css Color HEX #713153 Flirt

📋 copy color: '#713153'

red 113 ◦ green 49 ◦ blue 83

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

Shades of Flirt #713153

Tints of Flirt #713153

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 33.88%

R = 46.12%
G = 20%
B = 33.88%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.27

 K value IS 0.56

RGB Variations

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

Color information

#713153 (or 0x713153) is known color: Flirt. HEX triplet: 71, 31 and 53. RGB value is (113,49,83). Sum of RGB (Red+Green+Blue) = 113+49+83=245 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.12% from 245); Green value is 49 (19.53% from 255 or 20% from 245); Blue value is 83 (32.81% from 255 or 33.88% from 245); Max value from RGB is 113 - color contains mainly: red. Hex color #713153 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713153 is #8ECEAC. Grayscale: #474747. Windows color (decimal): -9359021 or 5452145. OLE color: 5452145.

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

Color convert

RGB 113 49 83 -
CMYK 0 0.57 0.27 0.56
HSL 328.13º 0.4% 0.32% -
HSV(B) 328.13º 0.57% 0.44% -
XYZ 9.47 6.33 8.91 -
YUV 72.01 134.2 157.24 -
System Red Green Blue C M Y K H S L
Decimal 113 49 83 0 0.57 0.27 0.56 328.13 0.4 0.32
Hex 71 31 53 0 39 1B 38 148 28 20
Octal 161 61 123 0 71 33 70 510 50 40
Binary 1110001 110001 1010011 0 111001 11011 111000 101001000 101000 100000

Color Harmonies of #713153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713153

Black with #713153

Text Example


Text Example

White with #713153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713153; }

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

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

background-color css

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

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

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

border-color css

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

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

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