#73383E

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

Shades of Merlot #73383E

Tints of Merlot #73383E

Color information

#73383E (or 0x73383E) is unknown color: approx Merlot. HEX triplet: 73, 38 and 3E. RGB value is (115,56,62). Sum of RGB (Red+Green+Blue) = 115+56+62=233 (30% of max value = 765). Red value is 115 (45.31% from 255 or 49.36% from 233); Green value is 56 (22.27% from 255 or 24.03% from 233); Blue value is 62 (24.61% from 255 or 26.61% from 233); Max value from RGB is 115 - color contains mainly: red. Hex color #73383E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73383E is #8CC7C1. Grayscale: #4A4A4A. Windows color (decimal): -9226178 or 4077683. OLE color: 4077683.

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

Color convert

RGB1155662-
CMYK00.510.460.55
HSL353.9º34.5%33.53%-
HSV(B)353.9º51.3%45.1%-
XYZ9.356.825.38-
YUV74.32121.05157.01-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 49.36%
GREEN value IS 56 (22.27% from 255) = 24.03%
BLUE value IS 62 (24.61% from 255) = 26.61%
R=49.36%
G=24.03%
B=26.61%

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
Decimal115566200.510.460.55353.934.533.53
Hex73383E0332E371622322
Octal163707606356675424342
Binary11100111110001111100110011101110110111101100010100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73383E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73383E; }

 p { color: rgb(115,56,62); }

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

<style>
 a { background-color: #73383E; }

 a { background-color: rgb(115,56,62); }

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

<style>
 span { border-color: #73383E; }

 span { border-color: rgb(115,56,62); }

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