#753336

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

Shades of Merlot #753336

Tints of Merlot #753336

Color information

#753336 (or 0x753336) is unknown color: approx Merlot. HEX triplet: 75, 33 and 36. RGB value is (117,51,54). Sum of RGB (Red+Green+Blue) = 117+51+54=222 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52.70% from 222); Green value is 51 (20.31% from 255 or 22.97% from 222); Blue value is 54 (21.48% from 255 or 24.32% from 222); Max value from RGB is 117 - color contains mainly: red. Hex color #753336 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753336 is #8ACCC9. Grayscale: #474747. Windows color (decimal): -9096394 or 3552117. OLE color: 3552117.

HSL color Cylindrical-coordinate representation of color #753336: hue angle of 357.27º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #753336 is Cyan = 0, Magento = 0.56, Yellow = 0.54 and Black (K on CMYK) = 0.54.

Color convert

RGB1175154-
CMYK00.560.540.54
HSL357.27º39.29%32.94%-
HSV(B)357.27º56.41%45.88%-
XYZ9.196.424.24-
YUV71.08118.37160.76-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 52.70%
GREEN value IS 51 (20.31% from 255) = 22.97%
BLUE value IS 54 (21.48% from 255) = 24.32%
R=52.70%
G=22.97%
B=24.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.54
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117515400.560.540.54357.2739.2932.94
Hex75333603836361652721
Octal165636607066665454741
Binary11101011100111101100111000110110110110101100101100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753336

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753336; }

 p { color: rgb(117,51,54); }

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

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

 a { background-color: rgb(117,51,54); }

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

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

 span { border-color: rgb(117,51,54); }

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