#74333D

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

Shades of Merlot #74333D

Tints of Merlot #74333D

Color information

#74333D (or 0x74333D) is unknown color: approx Merlot. HEX triplet: 74, 33 and 3D. RGB value is (116,51,61). Sum of RGB (Red+Green+Blue) = 116+51+61=228 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50.88% from 228); Green value is 51 (20.31% from 255 or 22.37% from 228); Blue value is 61 (24.22% from 255 or 26.75% from 228); Max value from RGB is 116 - color contains mainly: red. Hex color #74333D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74333D is #8BCCC2. Grayscale: #474747. Windows color (decimal): -9161923 or 4010868. OLE color: 4010868.

HSL color Cylindrical-coordinate representation of color #74333D: hue angle of 350.77º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #74333D is Cyan = 0, Magento = 0.56, Yellow = 0.47 and Black (K on CMYK) = 0.55.

Color convert

RGB1165161-
CMYK00.560.470.55
HSL350.77º38.92%32.75%-
HSV(B)350.77º56.03%45.49%-
XYZ9.236.425.17-
YUV71.57122.03159.69-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 50.88%
GREEN value IS 51 (20.31% from 255) = 22.37%
BLUE value IS 61 (24.22% from 255) = 26.75%
R=50.88%
G=22.37%
B=26.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.47
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116516100.560.470.55350.7738.9232.75
Hex74333D0382F3715f2721
Octal164637507057675374741
Binary11101001100111111010111000101111110111101011111100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74333D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,51,61); }

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

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

 a { background-color: rgb(116,51,61); }

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

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

 span { border-color: rgb(116,51,61); }

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