#683338

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

Shades of Merlot #683338

Tints of Merlot #683338

Color information

#683338 (or 0x683338) is unknown color: approx Merlot. HEX triplet: 68, 33 and 38. RGB value is (104,51,56). Sum of RGB (Red+Green+Blue) = 104+51+56=211 (27% of max value = 765). Red value is 104 (41.02% from 255 or 49.29% from 211); Green value is 51 (20.31% from 255 or 24.17% from 211); Blue value is 56 (22.27% from 255 or 26.54% from 211); Max value from RGB is 104 - color contains mainly: red. Hex color #683338 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #683338 is #97CCC7. Grayscale: #434343. Windows color (decimal): -9948360 or 3683176. OLE color: 3683176.

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

Color convert

RGB1045156-
CMYK00.510.460.59
HSL354.34º34.19%30.39%-
HSV(B)354.34º50.96%40.78%-
XYZ7.615.64.42-
YUV67.42121.56154.09-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 49.29%
GREEN value IS 51 (20.31% from 255) = 24.17%
BLUE value IS 56 (22.27% from 255) = 26.54%
R=49.29%
G=24.17%
B=26.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.46
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104515600.510.460.59354.3434.1930.39
Hex6833380332E3B162221e
Octal150637006356735424236
Binary1101000110011111000011001110111011101110110001010001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #683338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #683338; }

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

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

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

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

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

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

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

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