Html Css Color HEX #723941 Merlot

📋 copy color: '#723941'

red 114 ◦ green 57 ◦ blue 65

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

Shades of Merlot #723941

Tints of Merlot #723941

RGB

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

 GREEN value IS 57 (22.66% from 255) = 24.15%

 BLUE value IS 65 (25.78% from 255) = 27.54%

R = 48.31%
G = 24.15%
B = 27.54%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.43

 K value IS 0.55

RGB Variations

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

Color information

#723941 (or 0x723941) is known color: Merlot. HEX triplet: 72, 39 and 41. RGB value is (114,57,65). Sum of RGB (Red+Green+Blue) = 114+57+65=236 (31% of max value = 765). Red value is 114 (44.92% from 255 or 48.31% from 236); Green value is 57 (22.66% from 255 or 24.15% from 236); Blue value is 65 (25.78% from 255 or 27.54% from 236); Max value from RGB is 114 - color contains mainly: red. Hex color #723941 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #723941 is #8DC6BE. Grayscale: #4A4A4A. Windows color (decimal): -9291455 or 4274546. OLE color: 4274546.

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

Color convert

RGB 114 57 65 -
CMYK 0 0.50 0.43 0.55
HSL 351.58º 0.33% 0.34% -
HSV(B) 351.58º 0.5% 0.45% -
XYZ 9.36 6.89 5.84 -
YUV 74.96 122.38 155.85 -
System Red Green Blue C M Y K H S L
Decimal 114 57 65 0 0.50 0.43 0.55 351.58 0.33 0.34
Hex 72 39 41 0 32 2B 37 160 21 22
Octal 162 71 101 0 62 53 67 540 41 42
Binary 1110010 111001 1000001 0 110010 101011 110111 101100000 100001 100010

Color Harmonies of #723941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #723941

Black with #723941

Text Example


Text Example

White with #723941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #723941; }

 p { color: rgb(114,57,65); }

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

background-color css

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

 a { background-color: rgb(114,57,65); }

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

border-color css

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

 span { border-color: rgb(114,57,65); }

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