Html Css Color HEX #713053 Flirt

📋 copy color: '#713053'

red 113 ◦ green 48 ◦ blue 83

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

Shades of Flirt #713053

Tints of Flirt #713053

RGB

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

 GREEN value IS 48 (19.14% from 255) = 19.67%

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

R = 46.31%
G = 19.67%
B = 34.02%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.27

 K value IS 0.56

RGB Variations

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

Color information

#713053 (or 0x713053) is known color: Flirt. HEX triplet: 71, 30 and 53. RGB value is (113,48,83). Sum of RGB (Red+Green+Blue) = 113+48+83=244 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.31% from 244); Green value is 48 (19.14% from 255 or 19.67% from 244); Blue value is 83 (32.81% from 255 or 34.02% from 244); Max value from RGB is 113 - color contains mainly: red. Hex color #713053 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713053 is #8ECFAC. Grayscale: #474747. Windows color (decimal): -9359277 or 5451889. OLE color: 5451889.

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

Color convert

RGB 113 48 83 -
CMYK 0 0.58 0.27 0.56
HSL 327.69º 0.4% 0.32% -
HSV(B) 327.69º 0.58% 0.44% -
XYZ 9.43 6.25 8.89 -
YUV 71.43 134.53 157.65 -
System Red Green Blue C M Y K H S L
Decimal 113 48 83 0 0.58 0.27 0.56 327.69 0.4 0.32
Hex 71 30 53 0 3A 1B 38 148 28 20
Octal 161 60 123 0 72 33 70 510 50 40
Binary 1110001 110000 1010011 0 111010 11011 111000 101001000 101000 100000

Color Harmonies of #713053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713053

Black with #713053

Text Example


Text Example

White with #713053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713053; }

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

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

background-color css

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

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

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

border-color css

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

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

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