#783435

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

Shades of Merlot #783435

Tints of Merlot #783435

Color information

#783435 (or 0x783435) is unknown color: approx Merlot. HEX triplet: 78, 34 and 35. RGB value is (120,52,53). Sum of RGB (Red+Green+Blue) = 120+52+53=225 (29% of max value = 765). Red value is 120 (47.27% from 255 or 53.33% from 225); Green value is 52 (20.70% from 255 or 23.11% from 225); Blue value is 53 (21.09% from 255 or 23.56% from 225); Max value from RGB is 120 - color contains mainly: red. Hex color #783435 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #783435 is #87CBCA. Grayscale: #484848. Windows color (decimal): -8899531 or 3486840. OLE color: 3486840.

HSL color Cylindrical-coordinate representation of color #783435: hue angle of 359.12º 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 #783435 is Cyan = 0, Magento = 0.57, Yellow = 0.56 and Black (K on CMYK) = 0.53.

Color convert

RGB1205253-
CMYK00.570.560.53
HSL359.12º39.53%33.73%-
HSV(B)359.12º56.67%47.06%-
XYZ9.626.714.16-
YUV72.45117.03161.92-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 53.33%
GREEN value IS 52 (20.70% from 255) = 23.11%
BLUE value IS 53 (21.09% from 255) = 23.56%
R=53.33%
G=23.11%
B=23.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.56
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120525300.570.560.53359.1239.5333.73
Hex78343503938351672822
Octal170646507170655475042
Binary11110001101001101010111001111000110101101100111101000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #783435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #783435; }

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

 H1.HeaderClassName
 {
   color: #783435;
 }
 .AnyTagClassName
 {
   color: #783435;
 }
</style>
background-color css

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

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

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

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

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

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