#75333E

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

Shades of Merlot #75333E

Tints of Merlot #75333E

Color information

#75333E (or 0x75333E) is unknown color: approx Merlot. HEX triplet: 75, 33 and 3E. RGB value is (117,51,62). Sum of RGB (Red+Green+Blue) = 117+51+62=230 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.87% from 230); Green value is 51 (20.31% from 255 or 22.17% from 230); Blue value is 62 (24.61% from 255 or 26.96% from 230); Max value from RGB is 117 - color contains mainly: red. Hex color #75333E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75333E is #8ACCC1. Grayscale: #484848. Windows color (decimal): -9096386 or 4076405. OLE color: 4076405.

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

Color convert

RGB1175162-
CMYK00.560.470.54
HSL350º39.29%32.94%-
HSV(B)350º56.41%45.88%-
XYZ9.396.55.32-
YUV71.99122.37160.11-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 50.87%
GREEN value IS 51 (20.31% from 255) = 22.17%
BLUE value IS 62 (24.61% from 255) = 26.96%
R=50.87%
G=22.17%
B=26.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.47
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117516200.560.470.5435039.2932.94
Hex75333E0382F3615e2721
Octal165637607057665364741
Binary11101011100111111100111000101111110110101011110100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75333E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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