#72303A

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

Shades of Merlot #72303A

Tints of Merlot #72303A

Color information

#72303A (or 0x72303A) is unknown color: approx Merlot. HEX triplet: 72, 30 and 3A. RGB value is (114,48,58). Sum of RGB (Red+Green+Blue) = 114+48+58=220 (29% of max value = 765). Red value is 114 (44.92% from 255 or 51.82% from 220); Green value is 48 (19.14% from 255 or 21.82% from 220); Blue value is 58 (23.05% from 255 or 26.36% from 220); Max value from RGB is 114 - color contains mainly: red. Hex color #72303A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72303A is #8DCFC5. Grayscale: #444444. Windows color (decimal): -9293766 or 3813490. OLE color: 3813490.

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

Color convert

RGB1144858-
CMYK00.580.490.55
HSL350.91º40.74%31.76%-
HSV(B)350.91º57.89%44.71%-
XYZ8.7664.7-
YUV68.87121.87160.19-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 51.82%
GREEN value IS 48 (19.14% from 255) = 21.82%
BLUE value IS 58 (23.05% from 255) = 26.36%
R=51.82%
G=21.82%
B=26.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.49
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114485800.580.490.55350.9140.7431.76
Hex72303A03A313715f2920
Octal162607207261675375140
Binary11100101100001110100111010110001110111101011111101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72303A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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