#72363E

Color #72363E Merlot (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Merlot #72363E

Tints of Merlot #72363E

Color information

#72363E (or 0x72363E) is unknown color: approx Merlot. HEX triplet: 72, 36 and 3E. RGB value is (114,54,62). Sum of RGB (Red+Green+Blue) = 114+54+62=230 (30% of max value = 765). Red value is 114 (44.92% from 255 or 49.57% from 230); Green value is 54 (21.48% from 255 or 23.48% from 230); Blue value is 62 (24.61% from 255 or 26.96% from 230); Max value from RGB is 114 - color contains mainly: red. Hex color #72363E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72363E is #8DC9C1. Grayscale: #484848. Windows color (decimal): -9292226 or 4077170. OLE color: 4077170.

HSL color Cylindrical-coordinate representation of color #72363E: hue angle of 352º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #72363E is Cyan = 0, Magento = 0.53, Yellow = 0.46 and Black (K on CMYK) = 0.55.

Color convert

RGB1145462-
CMYK00.530.460.55
HSL352º35.71%32.94%-
HSV(B)352º52.63%44.71%-
XYZ9.136.565.34-
YUV72.85121.88157.35-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 49.57%
GREEN value IS 54 (21.48% from 255) = 23.48%
BLUE value IS 62 (24.61% from 255) = 26.96%
R=49.57%
G=23.48%
B=26.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.46
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114546200.530.460.5535235.7132.94
Hex72363E0352E371602421
Octal162667606556675404441
Binary11100101101101111100110101101110110111101100000100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72363E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72363E; }

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

 H1.HeaderClassName
 {
   color: #72363E;
 }
 .AnyTagClassName
 {
   color: #72363E;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #72363E;
 }
 .BgClassName
 {
   background-color: #72363E;
 }
</style>
border-color css

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

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

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