Html Css Color HEX #722C38 Merlot

📋 copy color: '#722C38'

red 114 ◦ green 44 ◦ blue 56

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

Shades of Merlot #722C38

Tints of Merlot #722C38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 26.17%

R = 53.27%
G = 20.56%
B = 26.17%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.51

 K value IS 0.55

RGB Variations

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

Color information

#722C38 (or 0x722C38) is known color: Merlot. HEX triplet: 72, 2C and 38. RGB value is (114,44,56). Sum of RGB (Red+Green+Blue) = 114+44+56=214 (28% of max value = 765). Red value is 114 (44.92% from 255 or 53.27% from 214); Green value is 44 (17.58% from 255 or 20.56% from 214); Blue value is 56 (22.27% from 255 or 26.17% from 214); Max value from RGB is 114 - color contains mainly: red. Hex color #722C38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722C38 is #8DD3C7. Grayscale: #424242. Windows color (decimal): -9294792 or 3681394. OLE color: 3681394.

HSL color Cylindrical-coordinate representation of color #722C38: hue angle of 349.71º 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 #722C38 is Cyan = 0, Magento = 0.61, Yellow = 0.51 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 44 56 -
CMYK 0 0.61 0.51 0.55
HSL 349.71º 0.44% 0.31% -
HSV(B) 349.71º 0.61% 0.45% -
XYZ 8.55 5.66 4.38 -
YUV 66.3 122.19 162.02 -
System Red Green Blue C M Y K H S L
Decimal 114 44 56 0 0.61 0.51 0.55 349.71 0.44 0.31
Hex 72 2C 38 0 3D 33 37 15E 2C 1F
Octal 162 54 70 0 75 63 67 536 54 37
Binary 1110010 101100 111000 0 111101 110011 110111 101011110 101100 11111

Color Harmonies of #722C38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #722C38

Black with #722C38

Text Example


Text Example

White with #722C38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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