Html Css Color HEX #793235 Merlot

📋 copy color: '#793235'

red 121 ◦ green 50 ◦ blue 53

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

Shades of Merlot #793235

Tints of Merlot #793235

RGB

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

 GREEN value IS 50 (19.92% from 255) = 22.32%

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

R = 54.02%
G = 22.32%
B = 23.66%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.56

 K value IS 0.53

RGB Variations

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

Color information

#793235 (or 0x793235) is known color: Merlot. HEX triplet: 79, 32 and 35. RGB value is (121,50,53). Sum of RGB (Red+Green+Blue) = 121+50+53=224 (29% of max value = 765). Red value is 121 (47.66% from 255 or 54.02% from 224); Green value is 50 (19.92% from 255 or 22.32% from 224); Blue value is 53 (21.09% from 255 or 23.66% from 224); Max value from RGB is 121 - color contains mainly: red. Hex color #793235 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #793235 is #86CDCA. Grayscale: #474747. Windows color (decimal): -8834507 or 3486329. OLE color: 3486329.

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

Color convert

RGB 121 50 53 -
CMYK 0 0.59 0.56 0.53
HSL 357.46º 0.42% 0.34% -
HSV(B) 357.46º 0.59% 0.47% -
XYZ 9.67 6.6 4.13 -
YUV 71.57 117.52 163.26 -
System Red Green Blue C M Y K H S L
Decimal 121 50 53 0 0.59 0.56 0.53 357.46 0.42 0.34
Hex 79 32 35 0 3B 38 35 165 2A 22
Octal 171 62 65 0 73 70 65 545 52 42
Binary 1111001 110010 110101 0 111011 111000 110101 101100101 101010 100010

Color Harmonies of #793235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #793235

Black with #793235

Text Example


Text Example

White with #793235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #793235; }

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

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

background-color css

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

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

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

border-color css

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

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

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