Html Css Color HEX #723047 Flirt

📋 copy color: '#723047'

red 114 ◦ green 48 ◦ blue 71

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

Shades of Flirt #723047

Tints of Flirt #723047

RGB

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

 GREEN value IS 48 (19.14% from 255) = 20.6%

 BLUE value IS 71 (28.13% from 255) = 30.47%

R = 48.93%
G = 20.6%
B = 30.47%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.38

 K value IS 0.55

RGB Variations

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

Color information

#723047 (or 0x723047) is known color: Flirt. HEX triplet: 72, 30 and 47. RGB value is (114,48,71). Sum of RGB (Red+Green+Blue) = 114+48+71=233 (30% of max value = 765). Red value is 114 (44.92% from 255 or 48.93% from 233); Green value is 48 (19.14% from 255 or 20.60% from 233); Blue value is 71 (28.12% from 255 or 30.47% from 233); Max value from RGB is 114 - color contains mainly: red. Hex color #723047 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #723047 is #8DCFB8. Grayscale: #464646. Windows color (decimal): -9293753 or 4665458. OLE color: 4665458.

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

Color convert

RGB 114 48 71 -
CMYK 0 0.58 0.38 0.55
HSL 339.09º 0.41% 0.32% -
HSV(B) 339.09º 0.58% 0.45% -
XYZ 9.13 6.15 6.67 -
YUV 70.36 128.37 159.13 -
System Red Green Blue C M Y K H S L
Decimal 114 48 71 0 0.58 0.38 0.55 339.09 0.41 0.32
Hex 72 30 47 0 3A 26 37 153 29 20
Octal 162 60 107 0 72 46 67 523 51 40
Binary 1110010 110000 1000111 0 111010 100110 110111 101010011 101001 100000

Color Harmonies of #723047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #723047

Black with #723047

Text Example


Text Example

White with #723047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #723047; }

 p { color: rgb(114,48,71); }

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

background-color css

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

 a { background-color: rgb(114,48,71); }

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

border-color css

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

 span { border-color: rgb(114,48,71); }

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