Html Css Color HEX #683138 Merlot

📋 copy color: '#683138'

red 104 ◦ green 49 ◦ blue 56

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

Shades of Merlot #683138

Tints of Merlot #683138

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 26.79%

R = 49.76%
G = 23.44%
B = 26.79%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.46

 K value IS 0.59

RGB Variations

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

Color information

#683138 (or 0x683138) is known color: Merlot. HEX triplet: 68, 31 and 38. RGB value is (104,49,56). Sum of RGB (Red+Green+Blue) = 104+49+56=209 (27% of max value = 765). Red value is 104 (41.02% from 255 or 49.76% from 209); Green value is 49 (19.53% from 255 or 23.44% from 209); Blue value is 56 (22.27% from 255 or 26.79% from 209); Max value from RGB is 104 - color contains mainly: red. Hex color #683138 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #683138 is #97CEC7. Grayscale: #424242. Windows color (decimal): -9948872 or 3682664. OLE color: 3682664.

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

Color convert

RGB 104 49 56 -
CMYK 0 0.53 0.46 0.59
HSL 352.36º 0.36% 0.3% -
HSV(B) 352.36º 0.53% 0.41% -
XYZ 7.52 5.43 4.39 -
YUV 66.24 122.22 154.93 -
System Red Green Blue C M Y K H S L
Decimal 104 49 56 0 0.53 0.46 0.59 352.36 0.36 0.3
Hex 68 31 38 0 35 2E 3B 160 24 1E
Octal 150 61 70 0 65 56 73 540 44 36
Binary 1101000 110001 111000 0 110101 101110 111011 101100000 100100 11110

Color Harmonies of #683138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #683138

Black with #683138

Text Example


Text Example

White with #683138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #683138; }

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

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

background-color css

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

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

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

border-color css

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

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

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