Html Css Color HEX #722C37 Merlot

📋 copy color: '#722C37'

red 114 ◦ green 44 ◦ blue 55

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

Shades of Merlot #722C37

Tints of Merlot #722C37

RGB

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

 GREEN value IS 44 (17.58% from 255) = 20.66%

 BLUE value IS 55 (21.88% from 255) = 25.82%

R = 53.52%
G = 20.66%
B = 25.82%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.52

 K value IS 0.55

RGB Variations

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

Color information

#722C37 (or 0x722C37) is known color: Merlot. HEX triplet: 72, 2C and 37. RGB value is (114,44,55). Sum of RGB (Red+Green+Blue) = 114+44+55=213 (28% of max value = 765). Red value is 114 (44.92% from 255 or 53.52% from 213); Green value is 44 (17.58% from 255 or 20.66% from 213); Blue value is 55 (21.88% from 255 or 25.82% from 213); Max value from RGB is 114 - color contains mainly: red. Hex color #722C37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722C37 is #8DD3C8. Grayscale: #424242. Windows color (decimal): -9294793 or 3615858. OLE color: 3615858.

HSL color Cylindrical-coordinate representation of color #722C37: hue angle of 350.57º degrees, saturation: 0.44, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #722C37 is Cyan = 0, Magento = 0.61, Yellow = 0.52 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 44 55 -
CMYK 0 0.61 0.52 0.55
HSL 350.57º 0.44% 0.31% -
HSV(B) 350.57º 0.61% 0.45% -
XYZ 8.53 5.65 4.26 -
YUV 66.18 121.69 162.11 -
System Red Green Blue C M Y K H S L
Decimal 114 44 55 0 0.61 0.52 0.55 350.57 0.44 0.31
Hex 72 2C 37 0 3D 34 37 15F 2C 1F
Octal 162 54 67 0 75 64 67 537 54 37
Binary 1110010 101100 110111 0 111101 110100 110111 101011111 101100 11111

Color Harmonies of #722C37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #722C37

Black with #722C37

Text Example


Text Example

White with #722C37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #722C37; }

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

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

background-color css

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

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

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

border-color css

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

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

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