Html Css Color HEX #713055 Flirt

📋 copy color: '#713055'

red 113 ◦ green 48 ◦ blue 85

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

Shades of Flirt #713055

Tints of Flirt #713055

RGB

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

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

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

R = 45.93%
G = 19.51%
B = 34.55%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.25

 K value IS 0.56

RGB Variations

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

Color information

#713055 (or 0x713055) is known color: Flirt. HEX triplet: 71, 30 and 55. RGB value is (113,48,85). Sum of RGB (Red+Green+Blue) = 113+48+85=246 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.93% from 246); Green value is 48 (19.14% from 255 or 19.51% from 246); Blue value is 85 (33.59% from 255 or 34.55% from 246); Max value from RGB is 113 - color contains mainly: red. Hex color #713055 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713055 is #8ECFAA. Grayscale: #474747. Windows color (decimal): -9359275 or 5582961. OLE color: 5582961.

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

Color convert

RGB 113 48 85 -
CMYK 0 0.58 0.25 0.56
HSL 325.85º 0.4% 0.32% -
HSV(B) 325.85º 0.58% 0.44% -
XYZ 9.51 6.28 9.31 -
YUV 71.65 135.53 157.49 -
System Red Green Blue C M Y K H S L
Decimal 113 48 85 0 0.58 0.25 0.56 325.85 0.4 0.32
Hex 71 30 55 0 3A 19 38 146 28 20
Octal 161 60 125 0 72 31 70 506 50 40
Binary 1110001 110000 1010101 0 111010 11001 111000 101000110 101000 100000

Color Harmonies of #713055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713055

Black with #713055

Text Example


Text Example

White with #713055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713055; }

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

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

background-color css

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

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

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

border-color css

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

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

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