#75343B

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

Shades of Merlot #75343B

Tints of Merlot #75343B

Color information

#75343B (or 0x75343B) is unknown color: approx Merlot. HEX triplet: 75, 34 and 3B. RGB value is (117,52,59). Sum of RGB (Red+Green+Blue) = 117+52+59=228 (30% of max value = 765). Red value is 117 (46.09% from 255 or 51.32% from 228); Green value is 52 (20.70% from 255 or 22.81% from 228); Blue value is 59 (23.44% from 255 or 25.88% from 228); Max value from RGB is 117 - color contains mainly: red. Hex color #75343B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75343B is #8ACBC4. Grayscale: #484848. Windows color (decimal): -9096133 or 3880053. OLE color: 3880053.

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

Color convert

RGB1175259-
CMYK00.560.500.54
HSL353.54º38.46%33.14%-
HSV(B)353.54º55.56%45.88%-
XYZ9.356.554.91-
YUV72.23120.53159.93-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 51.32%
GREEN value IS 52 (20.70% from 255) = 22.81%
BLUE value IS 59 (23.44% from 255) = 25.88%
R=51.32%
G=22.81%
B=25.88%

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
Decimal117525900.560.500.54353.5438.4633.14
Hex75343B03832361622621
Octal165647307062665424641
Binary11101011101001110110111000110010110110101100010100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75343B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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