#75353E

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

Shades of Merlot #75353E

Tints of Merlot #75353E

Color information

#75353E (or 0x75353E) is unknown color: approx Merlot. HEX triplet: 75, 35 and 3E. RGB value is (117,53,62). Sum of RGB (Red+Green+Blue) = 117+53+62=232 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.43% from 232); Green value is 53 (21.09% from 255 or 22.84% from 232); Blue value is 62 (24.61% from 255 or 26.72% from 232); Max value from RGB is 117 - color contains mainly: red. Hex color #75353E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75353E is #8ACAC1. Grayscale: #494949. Windows color (decimal): -9095874 or 4076917. OLE color: 4076917.

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

Color convert

RGB1175362-
CMYK00.550.470.54
HSL351.56º37.65%33.33%-
HSV(B)351.56º54.7%45.88%-
XYZ9.486.685.35-
YUV73.16121.7159.27-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 50.43%
GREEN value IS 53 (21.09% from 255) = 22.84%
BLUE value IS 62 (24.61% from 255) = 26.72%
R=50.43%
G=22.84%
B=26.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.47
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117536200.550.470.54351.5637.6533.33
Hex75353E0372F361602621
Octal165657606757665404641
Binary11101011101011111100110111101111110110101100000100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75353E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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