Html Css Color HEX #68333B Merlot

📋 copy color: '#68333B'

red 104 ◦ green 51 ◦ blue 59

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

Shades of Merlot #68333B

Tints of Merlot #68333B

RGB

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

 GREEN value IS 51 (20.31% from 255) = 23.83%

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

R = 48.6%
G = 23.83%
B = 27.57%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.43

 K value IS 0.59

RGB Variations

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

Color information

#68333B (or 0x68333B) is known color: Merlot. HEX triplet: 68, 33 and 3B. RGB value is (104,51,59). Sum of RGB (Red+Green+Blue) = 104+51+59=214 (28% of max value = 765). Red value is 104 (41.02% from 255 or 48.60% from 214); Green value is 51 (20.31% from 255 or 23.83% from 214); Blue value is 59 (23.44% from 255 or 27.57% from 214); Max value from RGB is 104 - color contains mainly: red. Hex color #68333B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68333B is #97CCC4. Grayscale: #434343. Windows color (decimal): -9948357 or 3879784. OLE color: 3879784.

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

Color convert

RGB 104 51 59 -
CMYK 0 0.51 0.43 0.59
HSL 350.94º 0.34% 0.3% -
HSV(B) 350.94º 0.51% 0.41% -
XYZ 7.68 5.63 4.82 -
YUV 67.76 123.06 153.85 -
System Red Green Blue C M Y K H S L
Decimal 104 51 59 0 0.51 0.43 0.59 350.94 0.34 0.3
Hex 68 33 3B 0 33 2B 3B 15F 22 1E
Octal 150 63 73 0 63 53 73 537 42 36
Binary 1101000 110011 111011 0 110011 101011 111011 101011111 100010 11110

Color Harmonies of #68333B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68333B

Black with #68333B

Text Example


Text Example

White with #68333B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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