Html Css Color HEX #713552 Flirt

📋 copy color: '#713552'

red 113 ◦ green 53 ◦ blue 82

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

Shades of Flirt #713552

Tints of Flirt #713552

RGB

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

 GREEN value IS 53 (21.09% from 255) = 21.37%

 BLUE value IS 82 (32.42% from 255) = 33.06%

R = 45.56%
G = 21.37%
B = 33.06%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.27

 K value IS 0.56

RGB Variations

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

Color information

#713552 (or 0x713552) is known color: Flirt. HEX triplet: 71, 35 and 52. RGB value is (113,53,82). Sum of RGB (Red+Green+Blue) = 113+53+82=248 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.56% from 248); Green value is 53 (21.09% from 255 or 21.37% from 248); Blue value is 82 (32.42% from 255 or 33.06% from 248); Max value from RGB is 113 - color contains mainly: red. Hex color #713552 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713552 is #8ECAAD. Grayscale: #4A4A4A. Windows color (decimal): -9357998 or 5387633. OLE color: 5387633.

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

Color convert

RGB 113 53 82 -
CMYK 0 0.53 0.27 0.56
HSL 331º 0.36% 0.33% -
HSV(B) 331º 0.53% 0.44% -
XYZ 9.61 6.67 8.76 -
YUV 74.25 132.38 155.64 -
System Red Green Blue C M Y K H S L
Decimal 113 53 82 0 0.53 0.27 0.56 331 0.36 0.33
Hex 71 35 52 0 35 1B 38 14B 24 21
Octal 161 65 122 0 65 33 70 513 44 41
Binary 1110001 110101 1010010 0 110101 11011 111000 101001011 100100 100001

Color Harmonies of #713552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713552

Black with #713552

Text Example


Text Example

White with #713552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713552; }

 p { color: rgb(113,53,82); }

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

background-color css

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

 a { background-color: rgb(113,53,82); }

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

border-color css

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

 span { border-color: rgb(113,53,82); }

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