Html Css Color HEX #723449 Flirt

📋 copy color: '#723449'

red 114 ◦ green 52 ◦ blue 73

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

Shades of Flirt #723449

Tints of Flirt #723449

RGB

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

 GREEN value IS 52 (20.7% from 255) = 21.76%

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

R = 47.7%
G = 21.76%
B = 30.54%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.36

 K value IS 0.55

RGB Variations

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

Color information

#723449 (or 0x723449) is known color: Flirt. HEX triplet: 72, 34 and 49. RGB value is (114,52,73). Sum of RGB (Red+Green+Blue) = 114+52+73=239 (31% of max value = 765). Red value is 114 (44.92% from 255 or 47.70% from 239); Green value is 52 (20.70% from 255 or 21.76% from 239); Blue value is 73 (28.91% from 255 or 30.54% from 239); Max value from RGB is 114 - color contains mainly: red. Hex color #723449 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #723449 is #8DCBB6. Grayscale: #484848. Windows color (decimal): -9292727 or 4797554. OLE color: 4797554.

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

Color convert

RGB 114 52 73 -
CMYK 0 0.54 0.36 0.55
HSL 339.68º 0.37% 0.33% -
HSV(B) 339.68º 0.54% 0.45% -
XYZ 9.37 6.51 7.07 -
YUV 72.93 128.04 157.29 -
System Red Green Blue C M Y K H S L
Decimal 114 52 73 0 0.54 0.36 0.55 339.68 0.37 0.33
Hex 72 34 49 0 36 24 37 154 25 21
Octal 162 64 111 0 66 44 67 524 45 41
Binary 1110010 110100 1001001 0 110110 100100 110111 101010100 100101 100001

Color Harmonies of #723449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #723449

Black with #723449

Text Example


Text Example

White with #723449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #723449; }

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

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

background-color css

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

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

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

border-color css

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

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

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