Html Css Color HEX #723036 Merlot

📋 copy color: '#723036'

red 114 ◦ green 48 ◦ blue 54

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

Shades of Merlot #723036

Tints of Merlot #723036

RGB

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

 GREEN value IS 48 (19.14% from 255) = 22.22%

 BLUE value IS 54 (21.48% from 255) = 25%

R = 52.78%
G = 22.22%
B = 25%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.53

 K value IS 0.55

RGB Variations

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

Color information

#723036 (or 0x723036) is known color: Merlot. HEX triplet: 72, 30 and 36. RGB value is (114,48,54). Sum of RGB (Red+Green+Blue) = 114+48+54=216 (28% of max value = 765). Red value is 114 (44.92% from 255 or 52.78% from 216); Green value is 48 (19.14% from 255 or 22.22% from 216); Blue value is 54 (21.48% from 255 or 25% from 216); Max value from RGB is 114 - color contains mainly: red. Hex color #723036 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #723036 is #8DCFC9. Grayscale: #444444. Windows color (decimal): -9293770 or 3551346. OLE color: 3551346.

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

Color convert

RGB 114 48 54 -
CMYK 0 0.58 0.53 0.55
HSL 354.55º 0.41% 0.32% -
HSV(B) 354.55º 0.58% 0.45% -
XYZ 8.66 5.96 4.18 -
YUV 68.42 119.87 160.51 -
System Red Green Blue C M Y K H S L
Decimal 114 48 54 0 0.58 0.53 0.55 354.55 0.41 0.32
Hex 72 30 36 0 3A 35 37 163 29 20
Octal 162 60 66 0 72 65 67 543 51 40
Binary 1110010 110000 110110 0 111010 110101 110111 101100011 101001 100000

Color Harmonies of #723036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #723036

Black with #723036

Text Example


Text Example

White with #723036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #723036; }

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

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

background-color css

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

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

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

border-color css

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

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

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