Html Css Color HEX #68373B Merlot

📋 copy color: '#68373B'

red 104 ◦ green 55 ◦ blue 59

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

Shades of Merlot #68373B

Tints of Merlot #68373B

RGB

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

 GREEN value IS 55 (21.88% from 255) = 25.23%

 BLUE value IS 59 (23.44% from 255) = 27.06%

R = 47.71%
G = 25.23%
B = 27.06%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.43

 K value IS 0.59

RGB Variations

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

Color information

#68373B (or 0x68373B) is known color: Merlot. HEX triplet: 68, 37 and 3B. RGB value is (104,55,59). Sum of RGB (Red+Green+Blue) = 104+55+59=218 (28% of max value = 765). Red value is 104 (41.02% from 255 or 47.71% from 218); Green value is 55 (21.88% from 255 or 25.23% from 218); Blue value is 59 (23.44% from 255 or 27.06% from 218); Max value from RGB is 104 - color contains mainly: red. Hex color #68373B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68373B is #97C8C4. Grayscale: #464646. Windows color (decimal): -9947333 or 3880808. OLE color: 3880808.

HSL color Cylindrical-coordinate representation of color #68373B: hue angle of 355.1º degrees, saturation: 0.31, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #68373B is Cyan = 0, Magento = 0.47, Yellow = 0.43 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 55 59 -
CMYK 0 0.47 0.43 0.59
HSL 355.1º 0.31% 0.31% -
HSV(B) 355.1º 0.47% 0.41% -
XYZ 7.86 5.99 4.88 -
YUV 70.11 121.73 152.17 -
System Red Green Blue C M Y K H S L
Decimal 104 55 59 0 0.47 0.43 0.59 355.1 0.31 0.31
Hex 68 37 3B 0 2F 2B 3B 163 1F 1F
Octal 150 67 73 0 57 53 73 543 37 37
Binary 1101000 110111 111011 0 101111 101011 111011 101100011 11111 11111

Color Harmonies of #68373B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68373B

Black with #68373B

Text Example


Text Example

White with #68373B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68373B; }

 p { color: rgb(104,55,59); }

 H1.HeaderClassName
 {
   color: #68373B;
 }
 .AnyTagClassName
 {
   color: #68373B;
 }
</style>

background-color css

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

 a { background-color: rgb(104,55,59); }

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

border-color css

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

 span { border-color: rgb(104,55,59); }

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