#75313E

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

Shades of Merlot #75313E

Tints of Merlot #75313E

Color information

#75313E (or 0x75313E) is unknown color: approx Merlot. HEX triplet: 75, 31 and 3E. RGB value is (117,49,62). Sum of RGB (Red+Green+Blue) = 117+49+62=228 (30% of max value = 765). Red value is 117 (46.09% from 255 or 51.32% from 228); Green value is 49 (19.53% from 255 or 21.49% from 228); Blue value is 62 (24.61% from 255 or 27.19% from 228); Max value from RGB is 117 - color contains mainly: red. Hex color #75313E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75313E is #8ACEC1. Grayscale: #464646. Windows color (decimal): -9096898 or 4075893. OLE color: 4075893.

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

Color convert

RGB1174962-
CMYK00.580.470.54
HSL348.53º40.96%32.55%-
HSV(B)348.53º58.12%45.88%-
XYZ9.36.335.29-
YUV70.81123.03160.94-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 51.32%
GREEN value IS 49 (19.53% from 255) = 21.49%
BLUE value IS 62 (24.61% from 255) = 27.19%
R=51.32%
G=21.49%
B=27.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.47
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117496200.580.470.54348.5340.9632.55
Hex75313E03A2F3615d2921
Octal165617607257665355141
Binary11101011100011111100111010101111110110101011101101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75313E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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