#75393A

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

Shades of Merlot #75393A

Tints of Merlot #75393A

Color information

#75393A (or 0x75393A) is unknown color: approx Merlot. HEX triplet: 75, 39 and 3A. RGB value is (117,57,58). Sum of RGB (Red+Green+Blue) = 117+57+58=232 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.43% from 232); Green value is 57 (22.66% from 255 or 24.57% from 232); Blue value is 58 (23.05% from 255 or 25% from 232); Max value from RGB is 117 - color contains mainly: red. Hex color #75393A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75393A is #8AC6C5. Grayscale: #4B4B4B. Windows color (decimal): -9094854 or 3815797. OLE color: 3815797.

HSL color Cylindrical-coordinate representation of color #75393A: hue angle of 359º degrees, saturation: 0.34, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #75393A is Cyan = 0, Magento = 0.51, Yellow = 0.50 and Black (K on CMYK) = 0.54.

Color convert

RGB1175758-
CMYK00.510.500.54
HSL359º34.48%34.12%-
HSV(B)359º51.28%45.88%-
XYZ9.567.014.85-
YUV75.05118.38157.92-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 50.43%
GREEN value IS 57 (22.66% from 255) = 24.57%
BLUE value IS 58 (23.05% from 255) = 25%
R=50.43%
G=24.57%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.50
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117575800.510.500.5435934.4834.12
Hex75393A03332361672222
Octal165717206362665474242
Binary11101011110011110100110011110010110110101100111100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75393A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75393A; }

 p { color: rgb(117,57,58); }

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

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

 a { background-color: rgb(117,57,58); }

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

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

 span { border-color: rgb(117,57,58); }

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