Html Css Color HEX #68323B Merlot

📋 copy color: '#68323B'

red 104 ◦ green 50 ◦ blue 59

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

Shades of Merlot #68323B

Tints of Merlot #68323B

RGB

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

 GREEN value IS 50 (19.92% from 255) = 23.47%

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

R = 48.83%
G = 23.47%
B = 27.7%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.43

 K value IS 0.59

RGB Variations

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

Color information

#68323B (or 0x68323B) is known color: Merlot. HEX triplet: 68, 32 and 3B. RGB value is (104,50,59). Sum of RGB (Red+Green+Blue) = 104+50+59=213 (28% of max value = 765). Red value is 104 (41.02% from 255 or 48.83% from 213); Green value is 50 (19.92% from 255 or 23.47% from 213); Blue value is 59 (23.44% from 255 or 27.70% from 213); Max value from RGB is 104 - color contains mainly: red. Hex color #68323B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68323B is #97CDC4. Grayscale: #434343. Windows color (decimal): -9948613 or 3879528. OLE color: 3879528.

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

Color convert

RGB 104 50 59 -
CMYK 0 0.52 0.43 0.59
HSL 350º 0.35% 0.3% -
HSV(B) 350º 0.52% 0.41% -
XYZ 7.64 5.54 4.8 -
YUV 67.17 123.39 154.27 -
System Red Green Blue C M Y K H S L
Decimal 104 50 59 0 0.52 0.43 0.59 350 0.35 0.3
Hex 68 32 3B 0 34 2B 3B 15E 23 1E
Octal 150 62 73 0 64 53 73 536 43 36
Binary 1101000 110010 111011 0 110100 101011 111011 101011110 100011 11110

Color Harmonies of #68323B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68323B

Black with #68323B

Text Example


Text Example

White with #68323B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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