Html Css Color HEX #68313A Merlot

📋 copy color: '#68313A'

red 104 ◦ green 49 ◦ blue 58

#68313A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Merlot #68313A

Tints of Merlot #68313A

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 value IS 0

 M value IS 0.53

 Y value IS 0.44

 K value IS 0.59

RGB Variations

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

Color information

#68313A (or 0x68313A) is known color: 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

RGB 104 49 58 -
CMYK 0 0.53 0.44 0.59
HSL 350.18º 0.36% 0.3% -
HSV(B) 350.18º 0.53% 0.41% -
XYZ 7.57 5.45 4.65 -
YUV 66.47 123.22 154.77 -
System Red Green Blue C M Y K H S L
Decimal 104 49 58 0 0.53 0.44 0.59 350.18 0.36 0.3
Hex 68 31 3A 0 35 2C 3B 15E 24 1E
Octal 150 61 72 0 65 54 73 536 44 36
Binary 1101000 110001 111010 0 110101 101100 111011 101011110 100100 11110

Color Harmonies of #68313A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68313A

Black with #68313A

Text Example


Text Example

White with #68313A

Text Example


Text Example

HTML Codes & Css Web 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>