#75393C

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

Shades of Merlot #75393C

Tints of Merlot #75393C

Color information

#75393C (or 0x75393C) is unknown color: approx Merlot. HEX triplet: 75, 39 and 3C. RGB value is (117,57,60). Sum of RGB (Red+Green+Blue) = 117+57+60=234 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50% from 234); Green value is 57 (22.66% from 255 or 24.36% from 234); Blue value is 60 (23.83% from 255 or 25.64% from 234); Max value from RGB is 117 - color contains mainly: red. Hex color #75393C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75393C is #8AC6C3. Grayscale: #4B4B4B. Windows color (decimal): -9094852 or 3946869. OLE color: 3946869.

HSL color Cylindrical-coordinate representation of color #75393C: hue angle of 357º 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 #75393C is Cyan = 0, Magento = 0.51, Yellow = 0.49 and Black (K on CMYK) = 0.54.

Color convert

RGB1175760-
CMYK00.510.490.54
HSL357º34.48%34.12%-
HSV(B)357º51.28%45.88%-
XYZ9.617.035.13-
YUV75.28119.38157.76-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 50%
GREEN value IS 57 (22.66% from 255) = 24.36%
BLUE value IS 60 (23.83% from 255) = 25.64%
R=50%
G=24.36%
B=25.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.49
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117576000.510.490.5435734.4834.12
Hex75393C03331361652222
Octal165717406361665454242
Binary11101011110011111000110011110001110110101100101100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75393C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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