Html Css Color HEX #723641 Merlot

📋 copy color: '#723641'

red 114 ◦ green 54 ◦ blue 65

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

Shades of Merlot #723641

Tints of Merlot #723641

RGB

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

 GREEN value IS 54 (21.48% from 255) = 23.18%

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

R = 48.93%
G = 23.18%
B = 27.9%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.43

 K value IS 0.55

RGB Variations

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

Color information

#723641 (or 0x723641) is known color: Merlot. HEX triplet: 72, 36 and 41. RGB value is (114,54,65). Sum of RGB (Red+Green+Blue) = 114+54+65=233 (30% of max value = 765). Red value is 114 (44.92% from 255 or 48.93% from 233); Green value is 54 (21.48% from 255 or 23.18% from 233); Blue value is 65 (25.78% from 255 or 27.90% from 233); Max value from RGB is 114 - color contains mainly: red. Hex color #723641 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #723641 is #8DC9BE. Grayscale: #494949. Windows color (decimal): -9292223 or 4273778. OLE color: 4273778.

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

Color convert

RGB 114 54 65 -
CMYK 0 0.53 0.43 0.55
HSL 349º 0.36% 0.33% -
HSV(B) 349º 0.53% 0.45% -
XYZ 9.21 6.6 5.79 -
YUV 73.19 123.38 157.11 -
System Red Green Blue C M Y K H S L
Decimal 114 54 65 0 0.53 0.43 0.55 349 0.36 0.33
Hex 72 36 41 0 35 2B 37 15D 24 21
Octal 162 66 101 0 65 53 67 535 44 41
Binary 1110010 110110 1000001 0 110101 101011 110111 101011101 100100 100001

Color Harmonies of #723641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #723641

Black with #723641

Text Example


Text Example

White with #723641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #723641; }

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

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

background-color css

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

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

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

border-color css

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

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

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