Html Css Color HEX #723149 Flirt

📋 copy color: '#723149'

red 114 ◦ green 49 ◦ blue 73

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

Shades of Flirt #723149

Tints of Flirt #723149

RGB

 RED value IS 114 (44.92% from 255) = 48.31%

 GREEN value IS 49 (19.53% from 255) = 20.76%

 BLUE value IS 73 (28.91% from 255) = 30.93%

R = 48.31%
G = 20.76%
B = 30.93%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.36

 K value IS 0.55

RGB Variations

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

Color information

#723149 (or 0x723149) is known color: Flirt. HEX triplet: 72, 31 and 49. RGB value is (114,49,73). Sum of RGB (Red+Green+Blue) = 114+49+73=236 (31% of max value = 765). Red value is 114 (44.92% from 255 or 48.31% from 236); Green value is 49 (19.53% from 255 or 20.76% from 236); Blue value is 73 (28.91% from 255 or 30.93% from 236); Max value from RGB is 114 - color contains mainly: red. Hex color #723149 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #723149 is #8DCEB6. Grayscale: #474747. Windows color (decimal): -9293495 or 4796786. OLE color: 4796786.

HSL color Cylindrical-coordinate representation of color #723149: hue angle of 337.85º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #723149 is Cyan = 0, Magento = 0.57, Yellow = 0.36 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 49 73 -
CMYK 0 0.57 0.36 0.55
HSL 337.85º 0.4% 0.32% -
HSV(B) 337.85º 0.57% 0.45% -
XYZ 9.24 6.26 7.02 -
YUV 71.17 129.03 158.55 -
System Red Green Blue C M Y K H S L
Decimal 114 49 73 0 0.57 0.36 0.55 337.85 0.4 0.32
Hex 72 31 49 0 39 24 37 152 28 20
Octal 162 61 111 0 71 44 67 522 50 40
Binary 1110010 110001 1001001 0 111001 100100 110111 101010010 101000 100000

Color Harmonies of #723149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #723149

Black with #723149

Text Example


Text Example

White with #723149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #723149; }

 p { color: rgb(114,49,73); }

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

background-color css

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

 a { background-color: rgb(114,49,73); }

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

border-color css

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

 span { border-color: rgb(114,49,73); }

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