Html Css Color HEX #713250 Flirt

📋 copy color: '#713250'

red 113 ◦ green 50 ◦ blue 80

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

Shades of Flirt #713250

Tints of Flirt #713250

RGB

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

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

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

R = 46.5%
G = 20.58%
B = 32.92%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.29

 K value IS 0.56

RGB Variations

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

Color information

#713250 (or 0x713250) is known color: Flirt. HEX triplet: 71, 32 and 50. RGB value is (113,50,80). Sum of RGB (Red+Green+Blue) = 113+50+80=243 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.50% from 243); Green value is 50 (19.92% from 255 or 20.58% from 243); Blue value is 80 (31.64% from 255 or 32.92% from 243); Max value from RGB is 113 - color contains mainly: red. Hex color #713250 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713250 is #8ECDAF. Grayscale: #484848. Windows color (decimal): -9358768 or 5255793. OLE color: 5255793.

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

Color convert

RGB 113 50 80 -
CMYK 0 0.56 0.29 0.56
HSL 331.43º 0.39% 0.32% -
HSV(B) 331.43º 0.56% 0.44% -
XYZ 9.4 6.37 8.32 -
YUV 72.26 132.37 157.06 -
System Red Green Blue C M Y K H S L
Decimal 113 50 80 0 0.56 0.29 0.56 331.43 0.39 0.32
Hex 71 32 50 0 38 1D 38 14B 27 20
Octal 161 62 120 0 70 35 70 513 47 40
Binary 1110001 110010 1010000 0 111000 11101 111000 101001011 100111 100000

Color Harmonies of #713250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713250

Black with #713250

Text Example


Text Example

White with #713250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713250; }

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

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

background-color css

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

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

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

border-color css

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

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

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