#78333B

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

Shades of Merlot #78333B

Tints of Merlot #78333B

Color information

#78333B (or 0x78333B) is unknown color: approx Merlot. HEX triplet: 78, 33 and 3B. RGB value is (120,51,59). Sum of RGB (Red+Green+Blue) = 120+51+59=230 (30% of max value = 765). Red value is 120 (47.27% from 255 or 52.17% from 230); Green value is 51 (20.31% from 255 or 22.17% from 230); Blue value is 59 (23.44% from 255 or 25.65% from 230); Max value from RGB is 120 - color contains mainly: red. Hex color #78333B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78333B is #87CCC4. Grayscale: #484848. Windows color (decimal): -8899781 or 3879800. OLE color: 3879800.

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

Color convert

RGB1205159-
CMYK00.580.510.53
HSL353.04º40.35%33.53%-
HSV(B)353.04º57.5%47.06%-
XYZ9.726.684.91-
YUV72.54120.36161.85-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 52.17%
GREEN value IS 51 (20.31% from 255) = 22.17%
BLUE value IS 59 (23.44% from 255) = 25.65%
R=52.17%
G=22.17%
B=25.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.51
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120515900.580.510.53353.0440.3533.53
Hex78333B03A33351612822
Octal170637307263655415042
Binary11110001100111110110111010110011110101101100001101000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78333B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,51,59); }

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

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

 a { background-color: rgb(120,51,59); }

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

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

 span { border-color: rgb(120,51,59); }

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