#733A40

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

Shades of Merlot #733A40

Tints of Merlot #733A40

Color information

#733A40 (or 0x733A40) is unknown color: approx Merlot. HEX triplet: 73, 3A and 40. RGB value is (115,58,64). Sum of RGB (Red+Green+Blue) = 115+58+64=237 (31% of max value = 765). Red value is 115 (45.31% from 255 or 48.52% from 237); Green value is 58 (23.05% from 255 or 24.47% from 237); Blue value is 64 (25.39% from 255 or 27.00% from 237); Max value from RGB is 115 - color contains mainly: red. Hex color #733A40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #733A40 is #8CC5BF. Grayscale: #4B4B4B. Windows color (decimal): -9225664 or 4209267. OLE color: 4209267.

HSL color Cylindrical-coordinate representation of color #733A40: hue angle of 353.68º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #733A40 is Cyan = 0, Magento = 0.50, Yellow = 0.44 and Black (K on CMYK) = 0.55.

Color convert

RGB1155864-
CMYK00.500.440.55
HSL353.68º32.95%33.92%-
HSV(B)353.68º49.57%45.1%-
XYZ9.517.045.71-
YUV75.73121.38156.01-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 48.52%
GREEN value IS 58 (23.05% from 255) = 24.47%
BLUE value IS 64 (25.39% from 255) = 27.00%
R=48.52%
G=24.47%
B=27.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.44
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115586400.500.440.55353.6832.9533.92
Hex733A400322C371622122
Octal1637210006254675424142
Binary111001111101010000000110010101100110111101100010100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #733A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #733A40; }

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

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

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

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

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

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

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

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