Html Css Color HEX #7A3941 Merlot

📋 copy color: '#7A3941'

red 122 ◦ green 57 ◦ blue 65

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

Shades of Merlot #7A3941

Tints of Merlot #7A3941

RGB

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

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

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

R = 50%
G = 23.36%
B = 26.64%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.47

 K value IS 0.52

RGB Variations

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

Color information

#7A3941 (or 0x7A3941) is known color: Merlot. HEX triplet: 7A, 39 and 41. RGB value is (122,57,65). Sum of RGB (Red+Green+Blue) = 122+57+65=244 (32% of max value = 765). Red value is 122 (48.05% from 255 or 50% from 244); Green value is 57 (22.66% from 255 or 23.36% from 244); Blue value is 65 (25.78% from 255 or 26.64% from 244); Max value from RGB is 122 - color contains mainly: red. Hex color #7A3941 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A3941 is #85C6BE. Grayscale: #4D4D4D. Windows color (decimal): -8767167 or 4274554. OLE color: 4274554.

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

Color convert

RGB 122 57 65 -
CMYK 0 0.53 0.47 0.52
HSL 352.62º 0.36% 0.35% -
HSV(B) 352.62º 0.53% 0.48% -
XYZ 10.44 7.45 5.89 -
YUV 77.35 121.03 159.85 -
System Red Green Blue C M Y K H S L
Decimal 122 57 65 0 0.53 0.47 0.52 352.62 0.36 0.35
Hex 7A 39 41 0 35 2F 34 161 24 23
Octal 172 71 101 0 65 57 64 541 44 43
Binary 1111010 111001 1000001 0 110101 101111 110100 101100001 100100 100011

Color Harmonies of #7A3941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A3941

Black with #7A3941

Text Example


Text Example

White with #7A3941

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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