#7B363A

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

Shades of Merlot #7B363A

Tints of Merlot #7B363A

Color information

#7B363A (or 0x7B363A) is unknown color: approx Merlot. HEX triplet: 7B, 36 and 3A. RGB value is (123,54,58). Sum of RGB (Red+Green+Blue) = 123+54+58=235 (31% of max value = 765). Red value is 123 (48.44% from 255 or 52.34% from 235); Green value is 54 (21.48% from 255 or 22.98% from 235); Blue value is 58 (23.05% from 255 or 24.68% from 235); Max value from RGB is 123 - color contains mainly: red. Hex color #7B363A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B363A is #84C9C5. Grayscale: #4B4B4B. Windows color (decimal): -8702406 or 3815035. OLE color: 3815035.

HSL color Cylindrical-coordinate representation of color #7B363A: hue angle of 356.52º 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 #7B363A is Cyan = 0, Magento = 0.56, Yellow = 0.53 and Black (K on CMYK) = 0.52.

Color convert

RGB1235458-
CMYK00.560.530.52
HSL356.52º38.98%34.71%-
HSV(B)356.52º56.1%48.24%-
XYZ10.257.154.84-
YUV75.09118.36162.17-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 52.34%
GREEN value IS 54 (21.48% from 255) = 22.98%
BLUE value IS 58 (23.05% from 255) = 24.68%
R=52.34%
G=22.98%
B=24.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.53
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123545800.560.530.52356.5238.9834.71
Hex7B363A03835341652723
Octal173667207065645454743
Binary11110111101101110100111000110101110100101100101100111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B363A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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