Html Css Color HEX #713753 Flirt

📋 copy color: '#713753'

red 113 ◦ green 55 ◦ blue 83

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

Shades of Flirt #713753

Tints of Flirt #713753

RGB

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

 GREEN value IS 55 (21.88% from 255) = 21.91%

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

R = 45.02%
G = 21.91%
B = 33.07%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.27

 K value IS 0.56

RGB Variations

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

Color information

#713753 (or 0x713753) is known color: Flirt. HEX triplet: 71, 37 and 53. RGB value is (113,55,83). Sum of RGB (Red+Green+Blue) = 113+55+83=251 (33% of max value = 765). Red value is 113 (44.53% from 255 or 45.02% from 251); Green value is 55 (21.88% from 255 or 21.91% from 251); Blue value is 83 (32.81% from 255 or 33.07% from 251); Max value from RGB is 113 - color contains mainly: red. Hex color #713753 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713753 is #8EC8AC. Grayscale: #4B4B4B. Windows color (decimal): -9357485 or 5453681. OLE color: 5453681.

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

Color convert

RGB 113 55 83 -
CMYK 0 0.51 0.27 0.56
HSL 331.03º 0.35% 0.33% -
HSV(B) 331.03º 0.51% 0.44% -
XYZ 9.74 6.87 9 -
YUV 75.53 132.22 154.72 -
System Red Green Blue C M Y K H S L
Decimal 113 55 83 0 0.51 0.27 0.56 331.03 0.35 0.33
Hex 71 37 53 0 33 1B 38 14B 23 21
Octal 161 67 123 0 63 33 70 513 43 41
Binary 1110001 110111 1010011 0 110011 11011 111000 101001011 100011 100001

Color Harmonies of #713753

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713753

Black with #713753

Text Example


Text Example

White with #713753

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713753; }

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

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

background-color css

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

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

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

border-color css

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

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

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