Html Css Color HEX #7A363A Merlot

📋 copy color: '#7A363A'

red 122 ◦ green 54 ◦ blue 58

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

Shades of Merlot #7A363A

Tints of Merlot #7A363A

RGB

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

 GREEN value IS 54 (21.48% from 255) = 23.08%

 BLUE value IS 58 (23.05% from 255) = 24.79%

R = 52.14%
G = 23.08%
B = 24.79%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.52

 K value IS 0.52

RGB Variations

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

Color information

#7A363A (or 0x7A363A) is known color: Merlot. HEX triplet: 7A, 36 and 3A. RGB value is (122,54,58). Sum of RGB (Red+Green+Blue) = 122+54+58=234 (30% of max value = 765). Red value is 122 (48.05% from 255 or 52.14% from 234); Green value is 54 (21.48% from 255 or 23.08% from 234); Blue value is 58 (23.05% from 255 or 24.79% from 234); Max value from RGB is 122 - color contains mainly: red. Hex color #7A363A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A363A is #85C9C5. Grayscale: #4A4A4A. Windows color (decimal): -8767942 or 3815034. OLE color: 3815034.

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

Color convert

RGB 122 54 58 -
CMYK 0 0.56 0.52 0.52
HSL 356.47º 0.39% 0.35% -
HSV(B) 356.47º 0.56% 0.48% -
XYZ 10.11 7.08 4.84 -
YUV 74.79 118.53 161.67 -
System Red Green Blue C M Y K H S L
Decimal 122 54 58 0 0.56 0.52 0.52 356.47 0.39 0.35
Hex 7A 36 3A 0 38 34 34 164 27 23
Octal 172 66 72 0 70 64 64 544 47 43
Binary 1111010 110110 111010 0 111000 110100 110100 101100100 100111 100011

Color Harmonies of #7A363A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A363A

Black with #7A363A

Text Example


Text Example

White with #7A363A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,54,58); }

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

background-color css

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

 a { background-color: rgb(122,54,58); }

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

border-color css

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

 span { border-color: rgb(122,54,58); }

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