#72383D

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

Shades of Merlot #72383D

Tints of Merlot #72383D

Color information

#72383D (or 0x72383D) is unknown color: approx Merlot. HEX triplet: 72, 38 and 3D. RGB value is (114,56,61). Sum of RGB (Red+Green+Blue) = 114+56+61=231 (30% of max value = 765). Red value is 114 (44.92% from 255 or 49.35% from 231); Green value is 56 (22.27% from 255 or 24.24% from 231); Blue value is 61 (24.22% from 255 or 26.41% from 231); Max value from RGB is 114 - color contains mainly: red. Hex color #72383D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72383D is #8DC7C2. Grayscale: #494949. Windows color (decimal): -9291715 or 4012146. OLE color: 4012146.

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

Color convert

RGB1145661-
CMYK00.510.460.55
HSL354.83º34.12%33.33%-
HSV(B)354.83º50.88%44.71%-
XYZ9.26.745.23-
YUV73.91120.72156.59-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 49.35%
GREEN value IS 56 (22.27% from 255) = 24.24%
BLUE value IS 61 (24.22% from 255) = 26.41%
R=49.35%
G=24.24%
B=26.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.46
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114566100.510.460.55354.8334.1233.33
Hex72383D0332E371632221
Octal162707506356675434241
Binary11100101110001111010110011101110110111101100011100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72383D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72383D; }

 p { color: rgb(114,56,61); }

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

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

 a { background-color: rgb(114,56,61); }

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

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

 span { border-color: rgb(114,56,61); }

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