Html Css Color HEX #723A40 Merlot

📋 copy color: '#723A40'

red 114 ◦ green 58 ◦ blue 64

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

Shades of Merlot #723A40

Tints of Merlot #723A40

RGB

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

 GREEN value IS 58 (23.05% from 255) = 24.58%

 BLUE value IS 64 (25.39% from 255) = 27.12%

R = 48.31%
G = 24.58%
B = 27.12%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.44

 K value IS 0.55

RGB Variations

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

Color information

#723A40 (or 0x723A40) is known color: Merlot. HEX triplet: 72, 3A and 40. RGB value is (114,58,64). Sum of RGB (Red+Green+Blue) = 114+58+64=236 (31% of max value = 765). Red value is 114 (44.92% from 255 or 48.31% from 236); Green value is 58 (23.05% from 255 or 24.58% from 236); Blue value is 64 (25.39% from 255 or 27.12% from 236); Max value from RGB is 114 - color contains mainly: red. Hex color #723A40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #723A40 is #8DC5BF. Grayscale: #4B4B4B. Windows color (decimal): -9291200 or 4209266. OLE color: 4209266.

HSL color Cylindrical-coordinate representation of color #723A40: hue angle of 353.57º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #723A40 is Cyan = 0, Magento = 0.49, Yellow = 0.44 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 58 64 -
CMYK 0 0.49 0.44 0.55
HSL 353.57º 0.33% 0.34% -
HSV(B) 353.57º 0.49% 0.45% -
XYZ 9.38 6.97 5.7 -
YUV 75.43 121.55 155.51 -
System Red Green Blue C M Y K H S L
Decimal 114 58 64 0 0.49 0.44 0.55 353.57 0.33 0.34
Hex 72 3A 40 0 31 2C 37 162 21 22
Octal 162 72 100 0 61 54 67 542 41 42
Binary 1110010 111010 1000000 0 110001 101100 110111 101100010 100001 100010

Color Harmonies of #723A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #723A40

Black with #723A40

Text Example


Text Example

White with #723A40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #723A40; }

 p { color: rgb(114,58,64); }

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

background-color css

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

 a { background-color: rgb(114,58,64); }

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

border-color css

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

 span { border-color: rgb(114,58,64); }

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