#793235

Color #793235 Merlot (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Merlot #793235

Tints of Merlot #793235

Color information

#793235 (or 0x793235) is unknown color: approx 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

RGB1215053-
CMYK00.590.560.53
HSL357.46º41.52%33.53%-
HSV(B)357.46º58.68%47.45%-
XYZ9.676.64.13-
YUV71.57117.52163.26-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.56
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121505300.590.560.53357.4641.5233.53
Hex79323503B38351652a22
Octal171626507370655455242
Binary11110011100101101010111011111000110101101100101101010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #793235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>