#73383A

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

Shades of Merlot #73383A

Tints of Merlot #73383A

Color information

#73383A (or 0x73383A) is unknown color: approx Merlot. HEX triplet: 73, 38 and 3A. RGB value is (115,56,58). Sum of RGB (Red+Green+Blue) = 115+56+58=229 (30% of max value = 765). Red value is 115 (45.31% from 255 or 50.22% from 229); Green value is 56 (22.27% from 255 or 24.45% from 229); Blue value is 58 (23.05% from 255 or 25.33% from 229); Max value from RGB is 115 - color contains mainly: red. Hex color #73383A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73383A is #8CC7C5. Grayscale: #494949. Windows color (decimal): -9226182 or 3815539. OLE color: 3815539.

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

Color convert

RGB1155658-
CMYK00.510.500.55
HSL357.97º34.5%33.53%-
HSV(B)357.97º51.3%45.1%-
XYZ9.256.784.82-
YUV73.87119.05157.34-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 50.22%
GREEN value IS 56 (22.27% from 255) = 24.45%
BLUE value IS 58 (23.05% from 255) = 25.33%
R=50.22%
G=24.45%
B=25.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.50
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115565800.510.500.55357.9734.533.53
Hex73383A03332371662322
Octal163707206362675464342
Binary11100111110001110100110011110010110111101100110100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73383A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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