Html Css Color HEX #723741 Merlot

📋 copy color: '#723741'

red 114 ◦ green 55 ◦ blue 65

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

Shades of Merlot #723741

Tints of Merlot #723741

RGB

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

 GREEN value IS 55 (21.88% from 255) = 23.5%

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

R = 48.72%
G = 23.5%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.43

 K value IS 0.55

RGB Variations

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

Color information

#723741 (or 0x723741) is known color: Merlot. HEX triplet: 72, 37 and 41. RGB value is (114,55,65). Sum of RGB (Red+Green+Blue) = 114+55+65=234 (30% of max value = 765). Red value is 114 (44.92% from 255 or 48.72% from 234); Green value is 55 (21.88% from 255 or 23.50% from 234); Blue value is 65 (25.78% from 255 or 27.78% from 234); Max value from RGB is 114 - color contains mainly: red. Hex color #723741 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #723741 is #8DC8BE. Grayscale: #494949. Windows color (decimal): -9291967 or 4274034. OLE color: 4274034.

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

Color convert

RGB 114 55 65 -
CMYK 0 0.52 0.43 0.55
HSL 349.83º 0.35% 0.33% -
HSV(B) 349.83º 0.52% 0.45% -
XYZ 9.26 6.69 5.8 -
YUV 73.78 123.05 156.69 -
System Red Green Blue C M Y K H S L
Decimal 114 55 65 0 0.52 0.43 0.55 349.83 0.35 0.33
Hex 72 37 41 0 34 2B 37 15E 23 21
Octal 162 67 101 0 64 53 67 536 43 41
Binary 1110010 110111 1000001 0 110100 101011 110111 101011110 100011 100001

Color Harmonies of #723741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #723741

Black with #723741

Text Example


Text Example

White with #723741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #723741; }

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

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

background-color css

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

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

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

border-color css

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

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

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