#74393B

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

Shades of Merlot #74393B

Tints of Merlot #74393B

Color information

#74393B (or 0x74393B) is unknown color: approx Merlot. HEX triplet: 74, 39 and 3B. RGB value is (116,57,59). Sum of RGB (Red+Green+Blue) = 116+57+59=232 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50% from 232); Green value is 57 (22.66% from 255 or 24.57% from 232); Blue value is 59 (23.44% from 255 or 25.43% from 232); Max value from RGB is 116 - color contains mainly: red. Hex color #74393B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74393B is #8BC6C4. Grayscale: #4A4A4A. Windows color (decimal): -9160389 or 3881332. OLE color: 3881332.

HSL color Cylindrical-coordinate representation of color #74393B: hue angle of 357.97º degrees, saturation: 0.34, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #74393B is Cyan = 0, Magento = 0.51, Yellow = 0.49 and Black (K on CMYK) = 0.55.

Color convert

RGB1165759-
CMYK00.510.490.55
HSL357.97º34.1%33.92%-
HSV(B)357.97º50.86%45.49%-
XYZ9.466.964.98-
YUV74.87119.05157.34-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 50%
GREEN value IS 57 (22.66% from 255) = 24.57%
BLUE value IS 59 (23.44% from 255) = 25.43%
R=50%
G=24.57%
B=25.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.49
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116575900.510.490.55357.9734.133.92
Hex74393B03331371662222
Octal164717306361675464242
Binary11101001110011110110110011110001110111101100110100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74393B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74393B; }

 p { color: rgb(116,57,59); }

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

<style>
 a { background-color: #74393B; }

 a { background-color: rgb(116,57,59); }

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

<style>
 span { border-color: #74393B; }

 span { border-color: rgb(116,57,59); }

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