#72393A

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

Shades of Merlot #72393A

Tints of Merlot #72393A

Color information

#72393A (or 0x72393A) is unknown color: approx Merlot. HEX triplet: 72, 39 and 3A. RGB value is (114,57,58). Sum of RGB (Red+Green+Blue) = 114+57+58=229 (30% of max value = 765). Red value is 114 (44.92% from 255 or 49.78% from 229); Green value is 57 (22.66% from 255 or 24.89% from 229); Blue value is 58 (23.05% from 255 or 25.33% from 229); Max value from RGB is 114 - color contains mainly: red. Hex color #72393A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72393A is #8DC6C5. Grayscale: #4A4A4A. Windows color (decimal): -9291462 or 3815794. OLE color: 3815794.

HSL color Cylindrical-coordinate representation of color #72393A: hue angle of 358.95º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #72393A is Cyan = 0, Magento = 0.50, Yellow = 0.49 and Black (K on CMYK) = 0.55.

Color convert

RGB1145758-
CMYK00.500.490.55
HSL358.95º33.33%33.53%-
HSV(B)358.95º50%44.71%-
XYZ9.176.814.83-
YUV74.16118.88156.42-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 49.78%
GREEN value IS 57 (22.66% from 255) = 24.89%
BLUE value IS 58 (23.05% from 255) = 25.33%
R=49.78%
G=24.89%
B=25.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.49
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114575800.500.490.55358.9533.3333.53
Hex72393A03231371672122
Octal162717206261675474142
Binary11100101110011110100110010110001110111101100111100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72393A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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