#693039

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

Shades of Merlot #693039

Tints of Merlot #693039

Color information

#693039 (or 0x693039) is unknown color: approx Merlot. HEX triplet: 69, 30 and 39. RGB value is (105,48,57). Sum of RGB (Red+Green+Blue) = 105+48+57=210 (27% of max value = 765). Red value is 105 (41.41% from 255 or 50% from 210); Green value is 48 (19.14% from 255 or 22.86% from 210); Blue value is 57 (22.66% from 255 or 27.14% from 210); Max value from RGB is 105 - color contains mainly: red. Hex color #693039 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693039 is #96CFC6. Grayscale: #424242. Windows color (decimal): -9883591 or 3747945. OLE color: 3747945.

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

Color convert

RGB1054857-
CMYK00.540.460.59
HSL350.53º37.25%30%-
HSV(B)350.53º54.29%41.18%-
XYZ7.625.414.51-
YUV66.07122.88155.77-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 50%
GREEN value IS 48 (19.14% from 255) = 22.86%
BLUE value IS 57 (22.66% from 255) = 27.14%
R=50%
G=22.86%
B=27.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.46
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105485700.540.460.59350.5337.2530
Hex6930390362E3B15f251e
Octal151607106656735374536
Binary1101001110000111001011011010111011101110101111110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #693039; }

 p { color: rgb(105,48,57); }

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

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

 a { background-color: rgb(105,48,57); }

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

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

 span { border-color: rgb(105,48,57); }

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