#733438

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

Shades of Merlot #733438

Tints of Merlot #733438

Color information

#733438 (or 0x733438) is unknown color: approx Merlot. HEX triplet: 73, 34 and 38. RGB value is (115,52,56). Sum of RGB (Red+Green+Blue) = 115+52+56=223 (29% of max value = 765). Red value is 115 (45.31% from 255 or 51.57% from 223); Green value is 52 (20.70% from 255 or 23.32% from 223); Blue value is 56 (22.27% from 255 or 25.11% from 223); Max value from RGB is 115 - color contains mainly: red. Hex color #733438 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #733438 is #8CCBC7. Grayscale: #474747. Windows color (decimal): -9227208 or 3683443. OLE color: 3683443.

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

Color convert

RGB1155256-
CMYK00.550.510.55
HSL356.19º37.72%32.75%-
HSV(B)356.19º54.78%45.1%-
XYZ9.016.394.5-
YUV71.29119.37159.17-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 51.57%
GREEN value IS 52 (20.70% from 255) = 23.32%
BLUE value IS 56 (22.27% from 255) = 25.11%
R=51.57%
G=23.32%
B=25.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.51
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115525600.550.510.55356.1937.7232.75
Hex73343803733371642621
Octal163647006763675444641
Binary11100111101001110000110111110011110111101100100100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #733438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #733438; }

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

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

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

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

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

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

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

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