Html Css Color HEX #723840 Merlot

📋 copy color: '#723840'

red 114 ◦ green 56 ◦ blue 64

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

Shades of Merlot #723840

Tints of Merlot #723840

RGB

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

 GREEN value IS 56 (22.27% from 255) = 23.93%

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

R = 48.72%
G = 23.93%
B = 27.35%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.44

 K value IS 0.55

RGB Variations

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

Color information

#723840 (or 0x723840) is known color: Merlot. HEX triplet: 72, 38 and 40. RGB value is (114,56,64). Sum of RGB (Red+Green+Blue) = 114+56+64=234 (30% of max value = 765). Red value is 114 (44.92% from 255 or 48.72% from 234); Green value is 56 (22.27% from 255 or 23.93% from 234); Blue value is 64 (25.39% from 255 or 27.35% from 234); Max value from RGB is 114 - color contains mainly: red. Hex color #723840 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #723840 is #8DC7BF. Grayscale: #4A4A4A. Windows color (decimal): -9291712 or 4208754. OLE color: 4208754.

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

Color convert

RGB 114 56 64 -
CMYK 0 0.51 0.44 0.55
HSL 351.72º 0.34% 0.33% -
HSV(B) 351.72º 0.51% 0.45% -
XYZ 9.28 6.78 5.67 -
YUV 74.25 122.22 156.35 -
System Red Green Blue C M Y K H S L
Decimal 114 56 64 0 0.51 0.44 0.55 351.72 0.34 0.33
Hex 72 38 40 0 33 2C 37 160 22 21
Octal 162 70 100 0 63 54 67 540 42 41
Binary 1110010 111000 1000000 0 110011 101100 110111 101100000 100010 100001

Color Harmonies of #723840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #723840

Black with #723840

Text Example


Text Example

White with #723840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #723840; }

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

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

background-color css

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

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

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

border-color css

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

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

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