Html Css Color HEX #7B3941 Merlot

📋 copy color: '#7B3941'

red 123 ◦ green 57 ◦ blue 65

#7B3941
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Merlot #7B3941

Tints of Merlot #7B3941

RGB

 RED value IS 123 (48.44% from 255) = 50.2%

 GREEN value IS 57 (22.66% from 255) = 23.27%

 BLUE value IS 65 (25.78% from 255) = 26.53%

R = 50.2%
G = 23.27%
B = 26.53%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.47

 K value IS 0.52

RGB Variations

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

Color information

#7B3941 (or 0x7B3941) is known color: Merlot. HEX triplet: 7B, 39 and 41. RGB value is (123,57,65). Sum of RGB (Red+Green+Blue) = 123+57+65=245 (32% of max value = 765). Red value is 123 (48.44% from 255 or 50.20% from 245); Green value is 57 (22.66% from 255 or 23.27% from 245); Blue value is 65 (25.78% from 255 or 26.53% from 245); Max value from RGB is 123 - color contains mainly: red. Hex color #7B3941 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B3941 is #84C6BE. Grayscale: #4D4D4D. Windows color (decimal): -8701631 or 4274555. OLE color: 4274555.

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

Color convert

RGB 123 57 65 -
CMYK 0 0.54 0.47 0.52
HSL 352.73º 0.37% 0.35% -
HSV(B) 352.73º 0.54% 0.48% -
XYZ 10.59 7.52 5.89 -
YUV 77.65 120.87 160.35 -
System Red Green Blue C M Y K H S L
Decimal 123 57 65 0 0.54 0.47 0.52 352.73 0.37 0.35
Hex 7B 39 41 0 36 2F 34 161 25 23
Octal 173 71 101 0 66 57 64 541 45 43
Binary 1111011 111001 1000001 0 110110 101111 110100 101100001 100101 100011

Color Harmonies of #7B3941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B3941

Black with #7B3941

Text Example


Text Example

White with #7B3941

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,57,65); }

 H1.HeaderClassName
 {
   color: #7B3941;
 }
 .AnyTagClassName
 {
   color: #7B3941;
 }
</style>

background-color css

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

 a { background-color: rgb(123,57,65); }

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

border-color css

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

 span { border-color: rgb(123,57,65); }

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