#733440

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

Shades of Merlot #733440

Tints of Merlot #733440

Color information

#733440 (or 0x733440) is unknown color: approx Merlot. HEX triplet: 73, 34 and 40. RGB value is (115,52,64). Sum of RGB (Red+Green+Blue) = 115+52+64=231 (30% of max value = 765). Red value is 115 (45.31% from 255 or 49.78% from 231); Green value is 52 (20.70% from 255 or 22.51% from 231); Blue value is 64 (25.39% from 255 or 27.71% from 231); Max value from RGB is 115 - color contains mainly: red. Hex color #733440 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #733440 is #8CCBBF. Grayscale: #484848. Windows color (decimal): -9227200 or 4207731. OLE color: 4207731.

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

Color convert

RGB1155264-
CMYK00.550.440.55
HSL348.57º37.72%32.75%-
HSV(B)348.57º54.78%45.1%-
XYZ9.226.475.61-
YUV72.2123.37158.52-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 49.78%
GREEN value IS 52 (20.70% from 255) = 22.51%
BLUE value IS 64 (25.39% from 255) = 27.71%
R=49.78%
G=22.51%
B=27.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.44
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115526400.550.440.55348.5737.7232.75
Hex7334400372C3715d2621
Octal1636410006754675354641
Binary111001111010010000000110111101100110111101011101100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #733440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #733440; }

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

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

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

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

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

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

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

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