#7B363B

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

Shades of Merlot #7B363B

Tints of Merlot #7B363B

Color information

#7B363B (or 0x7B363B) is unknown color: approx Merlot. HEX triplet: 7B, 36 and 3B. RGB value is (123,54,59). Sum of RGB (Red+Green+Blue) = 123+54+59=236 (31% of max value = 765). Red value is 123 (48.44% from 255 or 52.12% from 236); Green value is 54 (21.48% from 255 or 22.88% from 236); Blue value is 59 (23.44% from 255 or 25% from 236); Max value from RGB is 123 - color contains mainly: red. Hex color #7B363B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B363B is #84C9C4. Grayscale: #4B4B4B. Windows color (decimal): -8702405 or 3880571. OLE color: 3880571.

HSL color Cylindrical-coordinate representation of color #7B363B: hue angle of 355.65º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7B363B is Cyan = 0, Magento = 0.56, Yellow = 0.52 and Black (K on CMYK) = 0.52.

Color convert

RGB1235459-
CMYK00.560.520.52
HSL355.65º38.98%34.71%-
HSV(B)355.65º56.1%48.24%-
XYZ10.287.174.98-
YUV75.2118.86162.09-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 52.12%
GREEN value IS 54 (21.48% from 255) = 22.88%
BLUE value IS 59 (23.44% from 255) = 25%
R=52.12%
G=22.88%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.52
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123545900.560.520.52355.6538.9834.71
Hex7B363B03834341642723
Octal173667307064645444743
Binary11110111101101110110111000110100110100101100100100111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B363B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7B363B; }

 p { color: rgb(123,54,59); }

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

<style>
 a { background-color: #7B363B; }

 a { background-color: rgb(123,54,59); }

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

<style>
 span { border-color: #7B363B; }

 span { border-color: rgb(123,54,59); }

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