#75383E

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

Shades of Merlot #75383E

Tints of Merlot #75383E

Color information

#75383E (or 0x75383E) is unknown color: approx Merlot. HEX triplet: 75, 38 and 3E. RGB value is (117,56,62). Sum of RGB (Red+Green+Blue) = 117+56+62=235 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.79% from 235); Green value is 56 (22.27% from 255 or 23.83% from 235); Blue value is 62 (24.61% from 255 or 26.38% from 235); Max value from RGB is 117 - color contains mainly: red. Hex color #75383E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75383E is #8AC7C1. Grayscale: #4A4A4A. Windows color (decimal): -9095106 or 4077685. OLE color: 4077685.

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

Color convert

RGB1175662-
CMYK00.520.470.54
HSL354.1º35.26%33.92%-
HSV(B)354.1º52.14%45.88%-
XYZ9.626.965.39-
YUV74.92120.71158.01-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 49.79%
GREEN value IS 56 (22.27% from 255) = 23.83%
BLUE value IS 62 (24.61% from 255) = 26.38%
R=49.79%
G=23.83%
B=26.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.47
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117566200.520.470.54354.135.2633.92
Hex75383E0342F361622322
Octal165707606457665424342
Binary11101011110001111100110100101111110110101100010100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75383E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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