Html Css Color HEX #7A3339 Merlot

📋 copy color: '#7A3339'

red 122 ◦ green 51 ◦ blue 57

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

Shades of Merlot #7A3339

Tints of Merlot #7A3339

RGB

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

 GREEN value IS 51 (20.31% from 255) = 22.17%

 BLUE value IS 57 (22.66% from 255) = 24.78%

R = 53.04%
G = 22.17%
B = 24.78%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.53

 K value IS 0.52

RGB Variations

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

Color information

#7A3339 (or 0x7A3339) is known color: Merlot. HEX triplet: 7A, 33 and 39. RGB value is (122,51,57). Sum of RGB (Red+Green+Blue) = 122+51+57=230 (30% of max value = 765). Red value is 122 (48.05% from 255 or 53.04% from 230); Green value is 51 (20.31% from 255 or 22.17% from 230); Blue value is 57 (22.66% from 255 or 24.78% from 230); Max value from RGB is 122 - color contains mainly: red. Hex color #7A3339 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A3339 is #85CCC6. Grayscale: #484848. Windows color (decimal): -8768711 or 3748730. OLE color: 3748730.

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

Color convert

RGB 122 51 57 -
CMYK 0 0.58 0.53 0.52
HSL 354.93º 0.41% 0.34% -
HSV(B) 354.93º 0.58% 0.48% -
XYZ 9.95 6.8 4.66 -
YUV 72.91 119.02 163.01 -
System Red Green Blue C M Y K H S L
Decimal 122 51 57 0 0.58 0.53 0.52 354.93 0.41 0.34
Hex 7A 33 39 0 3A 35 34 163 29 22
Octal 172 63 71 0 72 65 64 543 51 42
Binary 1111010 110011 111001 0 111010 110101 110100 101100011 101001 100010

Color Harmonies of #7A3339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A3339

Black with #7A3339

Text Example


Text Example

White with #7A3339

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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