Html Css Color HEX #68353A Merlot

📋 copy color: '#68353A'

red 104 ◦ green 53 ◦ blue 58

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

Shades of Merlot #68353A

Tints of Merlot #68353A

RGB

 RED value IS 104 (41.02% from 255) = 48.37%

 GREEN value IS 53 (21.09% from 255) = 24.65%

 BLUE value IS 58 (23.05% from 255) = 26.98%

R = 48.37%
G = 24.65%
B = 26.98%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.44

 K value IS 0.59

RGB Variations

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

Color information

#68353A (or 0x68353A) is known color: Merlot. HEX triplet: 68, 35 and 3A. RGB value is (104,53,58). Sum of RGB (Red+Green+Blue) = 104+53+58=215 (28% of max value = 765). Red value is 104 (41.02% from 255 or 48.37% from 215); Green value is 53 (21.09% from 255 or 24.65% from 215); Blue value is 58 (23.05% from 255 or 26.98% from 215); Max value from RGB is 104 - color contains mainly: red. Hex color #68353A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68353A is #97CAC5. Grayscale: #444444. Windows color (decimal): -9947846 or 3814760. OLE color: 3814760.

HSL color Cylindrical-coordinate representation of color #68353A: hue angle of 354.12º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #68353A is Cyan = 0, Magento = 0.49, Yellow = 0.44 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 53 58 -
CMYK 0 0.49 0.44 0.59
HSL 354.12º 0.32% 0.31% -
HSV(B) 354.12º 0.49% 0.41% -
XYZ 7.75 5.79 4.71 -
YUV 68.82 121.9 153.09 -
System Red Green Blue C M Y K H S L
Decimal 104 53 58 0 0.49 0.44 0.59 354.12 0.32 0.31
Hex 68 35 3A 0 31 2C 3B 162 20 1F
Octal 150 65 72 0 61 54 73 542 40 37
Binary 1101000 110101 111010 0 110001 101100 111011 101100010 100000 11111

Color Harmonies of #68353A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68353A

Black with #68353A

Text Example


Text Example

White with #68353A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #68353A;
 }
 .AnyTagClassName
 {
   color: #68353A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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