#75333B

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

Shades of Merlot #75333B

Tints of Merlot #75333B

Color information

#75333B (or 0x75333B) is unknown color: approx Merlot. HEX triplet: 75, 33 and 3B. RGB value is (117,51,59). Sum of RGB (Red+Green+Blue) = 117+51+59=227 (30% of max value = 765). Red value is 117 (46.09% from 255 or 51.54% from 227); Green value is 51 (20.31% from 255 or 22.47% from 227); Blue value is 59 (23.44% from 255 or 25.99% from 227); Max value from RGB is 117 - color contains mainly: red. Hex color #75333B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75333B is #8ACCC4. Grayscale: #474747. Windows color (decimal): -9096389 or 3879797. OLE color: 3879797.

HSL color Cylindrical-coordinate representation of color #75333B: hue angle of 352.73º 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 #75333B is Cyan = 0, Magento = 0.56, Yellow = 0.50 and Black (K on CMYK) = 0.54.

Color convert

RGB1175159-
CMYK00.560.500.54
HSL352.73º39.29%32.94%-
HSV(B)352.73º56.41%45.88%-
XYZ9.316.474.89-
YUV71.65120.87160.35-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 51.54%
GREEN value IS 51 (20.31% from 255) = 22.47%
BLUE value IS 59 (23.44% from 255) = 25.99%
R=51.54%
G=22.47%
B=25.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.50
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117515900.560.500.54352.7339.2932.94
Hex75333B03832361612721
Octal165637307062665414741
Binary11101011100111110110111000110010110110101100001100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75333B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75333B; }

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

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

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

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

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

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

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

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