Html Css Color HEX #723742 Merlot

📋 copy color: '#723742'

red 114 ◦ green 55 ◦ blue 66

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

Shades of Merlot #723742

Tints of Merlot #723742

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 28.09%

R = 48.51%
G = 23.4%
B = 28.09%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.42

 K value IS 0.55

RGB Variations

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

Color information

#723742 (or 0x723742) is known color: Merlot. HEX triplet: 72, 37 and 42. RGB value is (114,55,66). Sum of RGB (Red+Green+Blue) = 114+55+66=235 (31% of max value = 765). Red value is 114 (44.92% from 255 or 48.51% from 235); Green value is 55 (21.88% from 255 or 23.40% from 235); Blue value is 66 (26.17% from 255 or 28.09% from 235); Max value from RGB is 114 - color contains mainly: red. Hex color #723742 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #723742 is #8DC8BD. Grayscale: #494949. Windows color (decimal): -9291966 or 4339570. OLE color: 4339570.

HSL color Cylindrical-coordinate representation of color #723742: hue angle of 348.81º 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 #723742 is Cyan = 0, Magento = 0.52, Yellow = 0.42 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 55 66 -
CMYK 0 0.52 0.42 0.55
HSL 348.81º 0.35% 0.33% -
HSV(B) 348.81º 0.52% 0.45% -
XYZ 9.29 6.7 5.96 -
YUV 73.9 123.55 156.61 -
System Red Green Blue C M Y K H S L
Decimal 114 55 66 0 0.52 0.42 0.55 348.81 0.35 0.33
Hex 72 37 42 0 34 2A 37 15D 23 21
Octal 162 67 102 0 64 52 67 535 43 41
Binary 1110010 110111 1000010 0 110100 101010 110111 101011101 100011 100001

Color Harmonies of #723742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #723742

Black with #723742

Text Example


Text Example

White with #723742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #723742; }

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

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

background-color css

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

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

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

border-color css

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

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

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