Html Css Color HEX #713251 Flirt

📋 copy color: '#713251'

red 113 ◦ green 50 ◦ blue 81

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

Shades of Flirt #713251

Tints of Flirt #713251

RGB

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

 GREEN value IS 50 (19.92% from 255) = 20.49%

 BLUE value IS 81 (32.03% from 255) = 33.2%

R = 46.31%
G = 20.49%
B = 33.2%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.28

 K value IS 0.56

RGB Variations

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

Color information

#713251 (or 0x713251) is known color: Flirt. HEX triplet: 71, 32 and 51. RGB value is (113,50,81). Sum of RGB (Red+Green+Blue) = 113+50+81=244 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.31% from 244); Green value is 50 (19.92% from 255 or 20.49% from 244); Blue value is 81 (32.03% from 255 or 33.20% from 244); Max value from RGB is 113 - color contains mainly: red. Hex color #713251 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713251 is #8ECDAE. Grayscale: #484848. Windows color (decimal): -9358767 or 5321329. OLE color: 5321329.

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

Color convert

RGB 113 50 81 -
CMYK 0 0.56 0.28 0.56
HSL 330.48º 0.39% 0.32% -
HSV(B) 330.48º 0.56% 0.44% -
XYZ 9.44 6.39 8.52 -
YUV 72.37 132.87 156.98 -
System Red Green Blue C M Y K H S L
Decimal 113 50 81 0 0.56 0.28 0.56 330.48 0.39 0.32
Hex 71 32 51 0 38 1C 38 14A 27 20
Octal 161 62 121 0 70 34 70 512 47 40
Binary 1110001 110010 1010001 0 111000 11100 111000 101001010 100111 100000

Color Harmonies of #713251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713251

Black with #713251

Text Example


Text Example

White with #713251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713251; }

 p { color: rgb(113,50,81); }

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

background-color css

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

 a { background-color: rgb(113,50,81); }

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

border-color css

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

 span { border-color: rgb(113,50,81); }

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