Html Css Color HEX #7B3438 Merlot

📋 copy color: '#7B3438'

red 123 ◦ green 52 ◦ blue 56

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

Shades of Merlot #7B3438

Tints of Merlot #7B3438

RGB

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

 GREEN value IS 52 (20.7% from 255) = 22.51%

 BLUE value IS 56 (22.27% from 255) = 24.24%

R = 53.25%
G = 22.51%
B = 24.24%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.54

 K value IS 0.52

RGB Variations

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

Color information

#7B3438 (or 0x7B3438) is known color: Merlot. HEX triplet: 7B, 34 and 38. RGB value is (123,52,56). Sum of RGB (Red+Green+Blue) = 123+52+56=231 (30% of max value = 765). Red value is 123 (48.44% from 255 or 53.25% from 231); Green value is 52 (20.70% from 255 or 22.51% from 231); Blue value is 56 (22.27% from 255 or 24.24% from 231); Max value from RGB is 123 - color contains mainly: red. Hex color #7B3438 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B3438 is #84CBC7. Grayscale: #494949. Windows color (decimal): -8702920 or 3683451. OLE color: 3683451.

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

Color convert

RGB 123 52 56 -
CMYK 0 0.58 0.54 0.52
HSL 356.62º 0.41% 0.34% -
HSV(B) 356.62º 0.58% 0.48% -
XYZ 10.11 6.95 4.55 -
YUV 73.69 118.02 163.17 -
System Red Green Blue C M Y K H S L
Decimal 123 52 56 0 0.58 0.54 0.52 356.62 0.41 0.34
Hex 7B 34 38 0 3A 36 34 165 29 22
Octal 173 64 70 0 72 66 64 545 51 42
Binary 1111011 110100 111000 0 111010 110110 110100 101100101 101001 100010

Color Harmonies of #7B3438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B3438

Black with #7B3438

Text Example


Text Example

White with #7B3438

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,52,56); }

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

background-color css

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

 a { background-color: rgb(123,52,56); }

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

border-color css

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

 span { border-color: rgb(123,52,56); }

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