#733038

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

Shades of Merlot #733038

Tints of Merlot #733038

Color information

#733038 (or 0x733038) is unknown color: approx Merlot. HEX triplet: 73, 30 and 38. RGB value is (115,48,56). Sum of RGB (Red+Green+Blue) = 115+48+56=219 (29% of max value = 765). Red value is 115 (45.31% from 255 or 52.51% from 219); Green value is 48 (19.14% from 255 or 21.92% from 219); Blue value is 56 (22.27% from 255 or 25.57% from 219); Max value from RGB is 115 - color contains mainly: red. Hex color #733038 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #733038 is #8CCFC7. Grayscale: #444444. Windows color (decimal): -9228232 or 3682419. OLE color: 3682419.

HSL color Cylindrical-coordinate representation of color #733038: hue angle of 352.84º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #733038 is Cyan = 0, Magento = 0.58, Yellow = 0.51 and Black (K on CMYK) = 0.55.

Color convert

RGB1154856-
CMYK00.580.510.55
HSL352.84º41.1%31.96%-
HSV(B)352.84º58.26%45.1%-
XYZ8.846.044.44-
YUV68.94120.7160.85-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 52.51%
GREEN value IS 48 (19.14% from 255) = 21.92%
BLUE value IS 56 (22.27% from 255) = 25.57%
R=52.51%
G=21.92%
B=25.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.51
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115485600.580.510.55352.8441.131.96
Hex73303803A33371612920
Octal163607007263675415140
Binary11100111100001110000111010110011110111101100001101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #733038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #733038; }

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

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

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

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

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

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

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

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