Html Css Color HEX #713650 Flirt

📋 copy color: '#713650'

red 113 ◦ green 54 ◦ blue 80

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

Shades of Flirt #713650

Tints of Flirt #713650

RGB

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

 GREEN value IS 54 (21.48% from 255) = 21.86%

 BLUE value IS 80 (31.64% from 255) = 32.39%

R = 45.75%
G = 21.86%
B = 32.39%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.29

 K value IS 0.56

RGB Variations

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

Color information

#713650 (or 0x713650) is known color: Flirt. HEX triplet: 71, 36 and 50. RGB value is (113,54,80). Sum of RGB (Red+Green+Blue) = 113+54+80=247 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.75% from 247); Green value is 54 (21.48% from 255 or 21.86% from 247); Blue value is 80 (31.64% from 255 or 32.39% from 247); Max value from RGB is 113 - color contains mainly: red. Hex color #713650 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713650 is #8EC9AF. Grayscale: #4A4A4A. Windows color (decimal): -9357744 or 5256817. OLE color: 5256817.

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

Color convert

RGB 113 54 80 -
CMYK 0 0.52 0.29 0.56
HSL 333.56º 0.35% 0.33% -
HSV(B) 333.56º 0.52% 0.44% -
XYZ 9.58 6.73 8.38 -
YUV 74.61 131.05 155.39 -
System Red Green Blue C M Y K H S L
Decimal 113 54 80 0 0.52 0.29 0.56 333.56 0.35 0.33
Hex 71 36 50 0 34 1D 38 14E 23 21
Octal 161 66 120 0 64 35 70 516 43 41
Binary 1110001 110110 1010000 0 110100 11101 111000 101001110 100011 100001

Color Harmonies of #713650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713650

Black with #713650

Text Example


Text Example

White with #713650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713650; }

 p { color: rgb(113,54,80); }

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

background-color css

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

 a { background-color: rgb(113,54,80); }

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

border-color css

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

 span { border-color: rgb(113,54,80); }

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