#76333F

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

Shades of Merlot #76333F

Tints of Merlot #76333F

Color information

#76333F (or 0x76333F) is unknown color: approx Merlot. HEX triplet: 76, 33 and 3F. RGB value is (118,51,63). Sum of RGB (Red+Green+Blue) = 118+51+63=232 (30% of max value = 765). Red value is 118 (46.48% from 255 or 50.86% from 232); Green value is 51 (20.31% from 255 or 21.98% from 232); Blue value is 63 (25% from 255 or 27.16% from 232); Max value from RGB is 118 - color contains mainly: red. Hex color #76333F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76333F is #89CCC0. Grayscale: #484848. Windows color (decimal): -9030849 or 4141942. OLE color: 4141942.

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

Color convert

RGB1185163-
CMYK00.570.470.54
HSL349.25º39.64%33.14%-
HSV(B)349.25º56.78%46.27%-
XYZ9.556.585.47-
YUV72.4122.7160.52-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 50.86%
GREEN value IS 51 (20.31% from 255) = 21.98%
BLUE value IS 63 (25% from 255) = 27.16%
R=50.86%
G=21.98%
B=27.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.47
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118516300.570.470.54349.2539.6433.14
Hex76333F0392F3615d2821
Octal166637707157665355041
Binary11101101100111111110111001101111110110101011101101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76333F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76333F; }

 p { color: rgb(118,51,63); }

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

<style>
 a { background-color: #76333F; }

 a { background-color: rgb(118,51,63); }

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

<style>
 span { border-color: #76333F; }

 span { border-color: rgb(118,51,63); }

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