#72303C

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

Shades of Merlot #72303C

Tints of Merlot #72303C

Color information

#72303C (or 0x72303C) is unknown color: approx Merlot. HEX triplet: 72, 30 and 3C. RGB value is (114,48,60). Sum of RGB (Red+Green+Blue) = 114+48+60=222 (29% of max value = 765). Red value is 114 (44.92% from 255 or 51.35% from 222); Green value is 48 (19.14% from 255 or 21.62% from 222); Blue value is 60 (23.83% from 255 or 27.03% from 222); Max value from RGB is 114 - color contains mainly: red. Hex color #72303C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72303C is #8DCFC3. Grayscale: #454545. Windows color (decimal): -9293764 or 3944562. OLE color: 3944562.

HSL color Cylindrical-coordinate representation of color #72303C: hue angle of 349.09º 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 #72303C is Cyan = 0, Magento = 0.58, Yellow = 0.47 and Black (K on CMYK) = 0.55.

Color convert

RGB1144860-
CMYK00.580.470.55
HSL349.09º40.74%31.76%-
HSV(B)349.09º57.89%44.71%-
XYZ8.816.024.97-
YUV69.1122.87160.02-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 51.35%
GREEN value IS 48 (19.14% from 255) = 21.62%
BLUE value IS 60 (23.83% from 255) = 27.03%
R=51.35%
G=21.62%
B=27.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.47
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114486000.580.470.55349.0940.7431.76
Hex72303C03A2F3715d2920
Octal162607407257675355140
Binary11100101100001111000111010101111110111101011101101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72303C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72303C; }

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

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

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

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

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

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

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

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