Html Css Color HEX #683137 Merlot

📋 copy color: '#683137'

red 104 ◦ green 49 ◦ blue 55

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

Shades of Merlot #683137

Tints of Merlot #683137

RGB

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

 GREEN value IS 49 (19.53% from 255) = 23.56%

 BLUE value IS 55 (21.88% from 255) = 26.44%

R = 50%
G = 23.56%
B = 26.44%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.47

 K value IS 0.59

RGB Variations

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

Color information

#683137 (or 0x683137) is known color: Merlot. HEX triplet: 68, 31 and 37. RGB value is (104,49,55). Sum of RGB (Red+Green+Blue) = 104+49+55=208 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50% from 208); Green value is 49 (19.53% from 255 or 23.56% from 208); Blue value is 55 (21.88% from 255 or 26.44% from 208); Max value from RGB is 104 - color contains mainly: red. Hex color #683137 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #683137 is #97CEC8. Grayscale: #424242. Windows color (decimal): -9948873 or 3617128. OLE color: 3617128.

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

Color convert

RGB 104 49 55 -
CMYK 0 0.53 0.47 0.59
HSL 353.45º 0.36% 0.3% -
HSV(B) 353.45º 0.53% 0.41% -
XYZ 7.5 5.42 4.26 -
YUV 66.13 121.72 155.01 -
System Red Green Blue C M Y K H S L
Decimal 104 49 55 0 0.53 0.47 0.59 353.45 0.36 0.3
Hex 68 31 37 0 35 2F 3B 161 24 1E
Octal 150 61 67 0 65 57 73 541 44 36
Binary 1101000 110001 110111 0 110101 101111 111011 101100001 100100 11110

Color Harmonies of #683137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #683137

Black with #683137

Text Example


Text Example

White with #683137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #683137; }

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

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

background-color css

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

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

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

border-color css

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

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

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