Html Css Color HEX #7A3435 Merlot

📋 copy color: '#7A3435'

red 122 ◦ green 52 ◦ blue 53

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

Shades of Merlot #7A3435

Tints of Merlot #7A3435

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 23.35%

R = 53.74%
G = 22.91%
B = 23.35%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.57

 K value IS 0.52

RGB Variations

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

Color information

#7A3435 (or 0x7A3435) is known color: Merlot. HEX triplet: 7A, 34 and 35. RGB value is (122,52,53). Sum of RGB (Red+Green+Blue) = 122+52+53=227 (30% of max value = 765). Red value is 122 (48.05% from 255 or 53.74% from 227); Green value is 52 (20.70% from 255 or 22.91% from 227); Blue value is 53 (21.09% from 255 or 23.35% from 227); Max value from RGB is 122 - color contains mainly: red. Hex color #7A3435 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A3435 is #85CBCA. Grayscale: #494949. Windows color (decimal): -8768459 or 3486842. OLE color: 3486842.

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

Color convert

RGB 122 52 53 -
CMYK 0 0.57 0.57 0.52
HSL 359.14º 0.4% 0.34% -
HSV(B) 359.14º 0.57% 0.48% -
XYZ 9.9 6.85 4.17 -
YUV 73.04 116.69 162.92 -
System Red Green Blue C M Y K H S L
Decimal 122 52 53 0 0.57 0.57 0.52 359.14 0.4 0.34
Hex 7A 34 35 0 39 39 34 167 28 22
Octal 172 64 65 0 71 71 64 547 50 42
Binary 1111010 110100 110101 0 111001 111001 110100 101100111 101000 100010

Color Harmonies of #7A3435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A3435

Black with #7A3435

Text Example


Text Example

White with #7A3435

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,52,53); }

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

background-color css

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

 a { background-color: rgb(122,52,53); }

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

border-color css

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

 span { border-color: rgb(122,52,53); }

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