#783138

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

Shades of Merlot #783138

Tints of Merlot #783138

Color information

#783138 (or 0x783138) is unknown color: approx Merlot. HEX triplet: 78, 31 and 38. RGB value is (120,49,56). Sum of RGB (Red+Green+Blue) = 120+49+56=225 (29% of max value = 765). Red value is 120 (47.27% from 255 or 53.33% from 225); Green value is 49 (19.53% from 255 or 21.78% from 225); Blue value is 56 (22.27% from 255 or 24.89% from 225); Max value from RGB is 120 - color contains mainly: red. Hex color #783138 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #783138 is #87CEC7. Grayscale: #474747. Windows color (decimal): -8900296 or 3682680. OLE color: 3682680.

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

Color convert

RGB1204956-
CMYK00.590.530.53
HSL354.08º42.01%33.14%-
HSV(B)354.08º59.17%47.06%-
XYZ9.566.484.49-
YUV71.03119.52162.93-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 53.33%
GREEN value IS 49 (19.53% from 255) = 21.78%
BLUE value IS 56 (22.27% from 255) = 24.89%
R=53.33%
G=21.78%
B=24.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.53
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120495600.590.530.53354.0842.0133.14
Hex78313803B35351622a21
Octal170617007365655425241
Binary11110001100011110000111011110101110101101100010101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #783138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #783138; }

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

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

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

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

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

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

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

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