#683038

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

Shades of Merlot #683038

Tints of Merlot #683038

Color information

#683038 (or 0x683038) is unknown color: approx Merlot. HEX triplet: 68, 30 and 38. RGB value is (104,48,56). Sum of RGB (Red+Green+Blue) = 104+48+56=208 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50% from 208); Green value is 48 (19.14% from 255 or 23.08% from 208); Blue value is 56 (22.27% from 255 or 26.92% from 208); Max value from RGB is 104 - color contains mainly: red. Hex color #683038 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #683038 is #97CFC7. Grayscale: #414141. Windows color (decimal): -9949128 or 3682408. OLE color: 3682408.

HSL color Cylindrical-coordinate representation of color #683038: hue angle of 351.43º 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 #683038 is Cyan = 0, Magento = 0.54, Yellow = 0.46 and Black (K on CMYK) = 0.59.

Color convert

RGB1044856-
CMYK00.540.460.59
HSL351.43º36.84%29.8%-
HSV(B)351.43º53.85%40.78%-
XYZ7.485.344.38-
YUV65.66122.55155.35-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 50%
GREEN value IS 48 (19.14% from 255) = 23.08%
BLUE value IS 56 (22.27% from 255) = 26.92%
R=50%
G=23.08%
B=26.92%

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
Decimal104485600.540.460.59351.4336.8429.8
Hex6830380362E3B15f251e
Octal150607006656735374536
Binary1101000110000111000011011010111011101110101111110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #683038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #683038; }

 p { color: rgb(104,48,56); }

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

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

 a { background-color: rgb(104,48,56); }

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

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

 span { border-color: rgb(104,48,56); }

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