Html Css Color HEX #7A393D Merlot

📋 copy color: '#7A393D'

red 122 ◦ green 57 ◦ blue 61

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

Shades of Merlot #7A393D

Tints of Merlot #7A393D

RGB

 RED value IS 122 (48.05% from 255) = 50.83%

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

 BLUE value IS 61 (24.22% from 255) = 25.42%

R = 50.83%
G = 23.75%
B = 25.42%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.50

 K value IS 0.52

RGB Variations

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

Color information

#7A393D (or 0x7A393D) is known color: Merlot. HEX triplet: 7A, 39 and 3D. RGB value is (122,57,61). Sum of RGB (Red+Green+Blue) = 122+57+61=240 (31% of max value = 765). Red value is 122 (48.05% from 255 or 50.83% from 240); Green value is 57 (22.66% from 255 or 23.75% from 240); Blue value is 61 (24.22% from 255 or 25.42% from 240); Max value from RGB is 122 - color contains mainly: red. Hex color #7A393D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A393D is #85C6C2. Grayscale: #4C4C4C. Windows color (decimal): -8767171 or 4012410. OLE color: 4012410.

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

Color convert

RGB 122 57 61 -
CMYK 0 0.53 0.50 0.52
HSL 356.31º 0.36% 0.35% -
HSV(B) 356.31º 0.53% 0.48% -
XYZ 10.33 7.4 5.3 -
YUV 76.89 119.03 160.17 -
System Red Green Blue C M Y K H S L
Decimal 122 57 61 0 0.53 0.50 0.52 356.31 0.36 0.35
Hex 7A 39 3D 0 35 32 34 164 24 23
Octal 172 71 75 0 65 62 64 544 44 43
Binary 1111010 111001 111101 0 110101 110010 110100 101100100 100100 100011

Color Harmonies of #7A393D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A393D

Black with #7A393D

Text Example


Text Example

White with #7A393D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,57,61); }

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

background-color css

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

 a { background-color: rgb(122,57,61); }

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

border-color css

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

 span { border-color: rgb(122,57,61); }

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