#79393B

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

Shades of Merlot #79393B

Tints of Merlot #79393B

Color information

#79393B (or 0x79393B) is unknown color: approx Merlot. HEX triplet: 79, 39 and 3B. RGB value is (121,57,59). Sum of RGB (Red+Green+Blue) = 121+57+59=237 (31% of max value = 765). Red value is 121 (47.66% from 255 or 51.05% from 237); Green value is 57 (22.66% from 255 or 24.05% from 237); Blue value is 59 (23.44% from 255 or 24.89% from 237); Max value from RGB is 121 - color contains mainly: red. Hex color #79393B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #79393B is #86C6C4. Grayscale: #4C4C4C. Windows color (decimal): -8832709 or 3881337. OLE color: 3881337.

HSL color Cylindrical-coordinate representation of color #79393B: hue angle of 358.12º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #79393B is Cyan = 0, Magento = 0.53, Yellow = 0.51 and Black (K on CMYK) = 0.53.

Color convert

RGB1215759-
CMYK00.530.510.53
HSL358.12º35.96%34.9%-
HSV(B)358.12º52.89%47.45%-
XYZ10.147.315.01-
YUV76.36118.2159.84-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 51.05%
GREEN value IS 57 (22.66% from 255) = 24.05%
BLUE value IS 59 (23.44% from 255) = 24.89%
R=51.05%
G=24.05%
B=24.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.51
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121575900.530.510.53358.1235.9634.9
Hex79393B03533351662423
Octal171717306563655464443
Binary11110011110011110110110101110011110101101100110100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79393B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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