#68313A

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

Shades of Merlot #68313A

Tints of Merlot #68313A

Color information

#68313A (or 0x68313A) is unknown color: approx Merlot. HEX triplet: 68, 31 and 3A. RGB value is (104,49,58). Sum of RGB (Red+Green+Blue) = 104+49+58=211 (27% of max value = 765). Red value is 104 (41.02% from 255 or 49.29% from 211); Green value is 49 (19.53% from 255 or 23.22% from 211); Blue value is 58 (23.05% from 255 or 27.49% from 211); Max value from RGB is 104 - color contains mainly: red. Hex color #68313A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68313A is #97CEC5. Grayscale: #424242. Windows color (decimal): -9948870 or 3813736. OLE color: 3813736.

HSL color Cylindrical-coordinate representation of color #68313A: hue angle of 350.18º 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 #68313A is Cyan = 0, Magento = 0.53, Yellow = 0.44 and Black (K on CMYK) = 0.59.

Color convert

RGB1044958-
CMYK00.530.440.59
HSL350.18º35.95%30%-
HSV(B)350.18º52.88%40.78%-
XYZ7.575.454.65-
YUV66.47123.22154.77-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 49.29%
GREEN value IS 49 (19.53% from 255) = 23.22%
BLUE value IS 58 (23.05% from 255) = 27.49%
R=49.29%
G=23.22%
B=27.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.44
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104495800.530.440.59350.1835.9530
Hex68313A0352C3B15e241e
Octal150617206554735364436
Binary1101000110001111010011010110110011101110101111010010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68313A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68313A; }

 p { color: rgb(104,49,58); }

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

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

 a { background-color: rgb(104,49,58); }

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

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

 span { border-color: rgb(104,49,58); }

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