#783238

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

Shades of Merlot #783238

Tints of Merlot #783238

Color information

#783238 (or 0x783238) is unknown color: approx Merlot. HEX triplet: 78, 32 and 38. RGB value is (120,50,56). Sum of RGB (Red+Green+Blue) = 120+50+56=226 (29% of max value = 765). Red value is 120 (47.27% from 255 or 53.10% from 226); Green value is 50 (19.92% from 255 or 22.12% from 226); Blue value is 56 (22.27% from 255 or 24.78% from 226); Max value from RGB is 120 - color contains mainly: red. Hex color #783238 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #783238 is #87CDC7. Grayscale: #474747. Windows color (decimal): -8900040 or 3682936. OLE color: 3682936.

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

Color convert

RGB1205056-
CMYK00.580.530.53
HSL354.86º41.18%33.33%-
HSV(B)354.86º58.33%47.06%-
XYZ9.66.564.5-
YUV71.61119.19162.51-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 53.10%
GREEN value IS 50 (19.92% from 255) = 22.12%
BLUE value IS 56 (22.27% from 255) = 24.78%
R=53.10%
G=22.12%
B=24.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.53
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120505600.580.530.53354.8641.1833.33
Hex78323803A35351632921
Octal170627007265655435141
Binary11110001100101110000111010110101110101101100011101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #783238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #783238; }

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

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

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

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

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

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

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

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