Html Css Color HEX #723249 Flirt

📋 copy color: '#723249'

red 114 ◦ green 50 ◦ blue 73

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

Shades of Flirt #723249

Tints of Flirt #723249

RGB

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

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

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

R = 48.1%
G = 21.1%
B = 30.8%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.36

 K value IS 0.55

RGB Variations

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

Color information

#723249 (or 0x723249) is known color: Flirt. HEX triplet: 72, 32 and 49. RGB value is (114,50,73). Sum of RGB (Red+Green+Blue) = 114+50+73=237 (31% of max value = 765). Red value is 114 (44.92% from 255 or 48.10% from 237); Green value is 50 (19.92% from 255 or 21.10% from 237); Blue value is 73 (28.91% from 255 or 30.80% from 237); Max value from RGB is 114 - color contains mainly: red. Hex color #723249 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #723249 is #8DCDB6. Grayscale: #474747. Windows color (decimal): -9293239 or 4797042. OLE color: 4797042.

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

Color convert

RGB 114 50 73 -
CMYK 0 0.56 0.36 0.55
HSL 338.44º 0.39% 0.32% -
HSV(B) 338.44º 0.56% 0.45% -
XYZ 9.28 6.34 7.04 -
YUV 71.76 128.7 158.13 -
System Red Green Blue C M Y K H S L
Decimal 114 50 73 0 0.56 0.36 0.55 338.44 0.39 0.32
Hex 72 32 49 0 38 24 37 152 27 20
Octal 162 62 111 0 70 44 67 522 47 40
Binary 1110010 110010 1001001 0 111000 100100 110111 101010010 100111 100000

Color Harmonies of #723249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #723249

Black with #723249

Text Example


Text Example

White with #723249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #723249; }

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

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

background-color css

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

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

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

border-color css

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

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

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