#72383C

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

Shades of Merlot #72383C

Tints of Merlot #72383C

Color information

#72383C (or 0x72383C) is unknown color: approx Merlot. HEX triplet: 72, 38 and 3C. RGB value is (114,56,60). Sum of RGB (Red+Green+Blue) = 114+56+60=230 (30% of max value = 765). Red value is 114 (44.92% from 255 or 49.57% from 230); Green value is 56 (22.27% from 255 or 24.35% from 230); Blue value is 60 (23.83% from 255 or 26.09% from 230); Max value from RGB is 114 - color contains mainly: red. Hex color #72383C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72383C is #8DC7C3. Grayscale: #494949. Windows color (decimal): -9291716 or 3946610. OLE color: 3946610.

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

Color convert

RGB1145660-
CMYK00.510.470.55
HSL355.86º34.12%33.33%-
HSV(B)355.86º50.88%44.71%-
XYZ9.176.735.09-
YUV73.8120.22156.67-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 49.57%
GREEN value IS 56 (22.27% from 255) = 24.35%
BLUE value IS 60 (23.83% from 255) = 26.09%
R=49.57%
G=24.35%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.47
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114566000.510.470.55355.8634.1233.33
Hex72383C0332F371642221
Octal162707406357675444241
Binary11100101110001111000110011101111110111101100100100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72383C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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