#783538

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

Shades of Merlot #783538

Tints of Merlot #783538

Color information

#783538 (or 0x783538) is unknown color: approx Merlot. HEX triplet: 78, 35 and 38. RGB value is (120,53,56). Sum of RGB (Red+Green+Blue) = 120+53+56=229 (30% of max value = 765). Red value is 120 (47.27% from 255 or 52.40% from 229); Green value is 53 (21.09% from 255 or 23.14% from 229); Blue value is 56 (22.27% from 255 or 24.45% from 229); Max value from RGB is 120 - color contains mainly: red. Hex color #783538 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #783538 is #87CAC7. Grayscale: #494949. Windows color (decimal): -8899272 or 3683704. OLE color: 3683704.

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

Color convert

RGB1205356-
CMYK00.560.530.53
HSL357.31º38.73%33.92%-
HSV(B)357.31º55.83%47.06%-
XYZ9.736.824.55-
YUV73.37118.2161.26-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 52.40%
GREEN value IS 53 (21.09% from 255) = 23.14%
BLUE value IS 56 (22.27% from 255) = 24.45%
R=52.40%
G=23.14%
B=24.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.53
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120535600.560.530.53357.3138.7333.92
Hex78353803835351652722
Octal170657007065655454742
Binary11110001101011110000111000110101110101101100101100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #783538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #783538; }

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

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

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

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

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

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

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

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