Html Css Color HEX #68373A Merlot

📋 copy color: '#68373A'

red 104 ◦ green 55 ◦ blue 58

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

Shades of Merlot #68373A

Tints of Merlot #68373A

RGB

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

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

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

R = 47.93%
G = 25.35%
B = 26.73%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.44

 K value IS 0.59

RGB Variations

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

Color information

#68373A (or 0x68373A) is known color: Merlot. HEX triplet: 68, 37 and 3A. RGB value is (104,55,58). Sum of RGB (Red+Green+Blue) = 104+55+58=217 (28% of max value = 765). Red value is 104 (41.02% from 255 or 47.93% from 217); Green value is 55 (21.88% from 255 or 25.35% from 217); Blue value is 58 (23.05% from 255 or 26.73% from 217); Max value from RGB is 104 - color contains mainly: red. Hex color #68373A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68373A is #97C8C5. Grayscale: #464646. Windows color (decimal): -9947334 or 3815272. OLE color: 3815272.

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

Color convert

RGB 104 55 58 -
CMYK 0 0.47 0.44 0.59
HSL 356.33º 0.31% 0.31% -
HSV(B) 356.33º 0.47% 0.41% -
XYZ 7.84 5.98 4.74 -
YUV 69.99 121.23 152.26 -
System Red Green Blue C M Y K H S L
Decimal 104 55 58 0 0.47 0.44 0.59 356.33 0.31 0.31
Hex 68 37 3A 0 2F 2C 3B 164 1F 1F
Octal 150 67 72 0 57 54 73 544 37 37
Binary 1101000 110111 111010 0 101111 101100 111011 101100100 11111 11111

Color Harmonies of #68373A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68373A

Black with #68373A

Text Example


Text Example

White with #68373A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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