Html Css Color HEX #793435 Merlot

📋 copy color: '#793435'

red 121 ◦ green 52 ◦ blue 53

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

Shades of Merlot #793435

Tints of Merlot #793435

RGB

 RED value IS 121 (47.66% from 255) = 53.54%

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

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

R = 53.54%
G = 23.01%
B = 23.45%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.56

 K value IS 0.53

RGB Variations

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

Color information

#793435 (or 0x793435) is known color: Merlot. HEX triplet: 79, 34 and 35. RGB value is (121,52,53). Sum of RGB (Red+Green+Blue) = 121+52+53=226 (29% of max value = 765). Red value is 121 (47.66% from 255 or 53.54% from 226); Green value is 52 (20.70% from 255 or 23.01% from 226); Blue value is 53 (21.09% from 255 or 23.45% from 226); Max value from RGB is 121 - color contains mainly: red. Hex color #793435 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #793435 is #86CBCA. Grayscale: #484848. Windows color (decimal): -8833995 or 3486841. OLE color: 3486841.

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

Color convert

RGB 121 52 53 -
CMYK 0 0.57 0.56 0.53
HSL 359.13º 0.4% 0.34% -
HSV(B) 359.13º 0.57% 0.47% -
XYZ 9.76 6.78 4.16 -
YUV 72.75 116.86 162.42 -
System Red Green Blue C M Y K H S L
Decimal 121 52 53 0 0.57 0.56 0.53 359.13 0.4 0.34
Hex 79 34 35 0 39 38 35 167 28 22
Octal 171 64 65 0 71 70 65 547 50 42
Binary 1111001 110100 110101 0 111001 111000 110101 101100111 101000 100010

Color Harmonies of #793435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #793435

Black with #793435

Text Example


Text Example

White with #793435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #793435; }

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

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

background-color css

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

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

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

border-color css

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

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

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