#693138

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

Shades of Merlot #693138

Tints of Merlot #693138

Color information

#693138 (or 0x693138) is unknown color: approx Merlot. HEX triplet: 69, 31 and 38. RGB value is (105,49,56). Sum of RGB (Red+Green+Blue) = 105+49+56=210 (27% of max value = 765). Red value is 105 (41.41% from 255 or 50% from 210); Green value is 49 (19.53% from 255 or 23.33% from 210); Blue value is 56 (22.27% from 255 or 26.67% from 210); Max value from RGB is 105 - color contains mainly: red. Hex color #693138 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693138 is #96CEC7. Grayscale: #424242. Windows color (decimal): -9883336 or 3682665. OLE color: 3682665.

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

Color convert

RGB1054956-
CMYK00.530.470.59
HSL352.5º36.36%30.2%-
HSV(B)352.5º53.33%41.18%-
XYZ7.645.494.4-
YUV66.54122.05155.43-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 50%
GREEN value IS 49 (19.53% from 255) = 23.33%
BLUE value IS 56 (22.27% from 255) = 26.67%
R=50%
G=23.33%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.47
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105495600.530.470.59352.536.3630.2
Hex6931380352F3B160241e
Octal151617006557735404436
Binary1101001110001111000011010110111111101110110000010010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #693138; }

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

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

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

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

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

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

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

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