#76303D

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

Shades of Merlot #76303D

Tints of Merlot #76303D

Color information

#76303D (or 0x76303D) is unknown color: approx Merlot. HEX triplet: 76, 30 and 3D. RGB value is (118,48,61). Sum of RGB (Red+Green+Blue) = 118+48+61=227 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.98% from 227); Green value is 48 (19.14% from 255 or 21.15% from 227); Blue value is 61 (24.22% from 255 or 26.87% from 227); Max value from RGB is 118 - color contains mainly: red. Hex color #76303D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76303D is #89CFC2. Grayscale: #464646. Windows color (decimal): -9031619 or 4010102. OLE color: 4010102.

HSL color Cylindrical-coordinate representation of color #76303D: hue angle of 348.86º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #76303D is Cyan = 0, Magento = 0.59, Yellow = 0.48 and Black (K on CMYK) = 0.54.

Color convert

RGB1184861-
CMYK00.590.480.54
HSL348.86º42.17%32.55%-
HSV(B)348.86º59.32%46.27%-
XYZ9.376.35.14-
YUV70.41122.69161.94-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 51.98%
GREEN value IS 48 (19.14% from 255) = 21.15%
BLUE value IS 61 (24.22% from 255) = 26.87%
R=51.98%
G=21.15%
B=26.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.48
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118486100.590.480.54348.8642.1732.55
Hex76303D03B303615d2a21
Octal166607507360665355241
Binary11101101100001111010111011110000110110101011101101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76303D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76303D; }

 p { color: rgb(118,48,61); }

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

<style>
 a { background-color: #76303D; }

 a { background-color: rgb(118,48,61); }

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

<style>
 span { border-color: #76303D; }

 span { border-color: rgb(118,48,61); }

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