Html Css Color HEX #643A3C Merlot

📋 copy color: '#643A3C'

red 100 ◦ green 58 ◦ blue 60

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

Shades of Merlot #643A3C

Tints of Merlot #643A3C

RGB

 RED value IS 100 (39.45% from 255) = 45.87%

 GREEN value IS 58 (23.05% from 255) = 26.61%

 BLUE value IS 60 (23.83% from 255) = 27.52%

R = 45.87%
G = 26.61%
B = 27.52%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.4

 K value IS 0.61

RGB Variations

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

Color information

#643A3C (or 0x643A3C) is known color: Merlot. HEX triplet: 64, 3A and 3C. RGB value is (100,58,60). Sum of RGB (Red+Green+Blue) = 100+58+60=218 (28% of max value = 765). Red value is 100 (39.45% from 255 or 45.87% from 218); Green value is 58 (23.05% from 255 or 26.61% from 218); Blue value is 60 (23.83% from 255 or 27.52% from 218); Max value from RGB is 100 - color contains mainly: red. Hex color #643A3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #643A3C is #9BC5C3. Grayscale: #464646. Windows color (decimal): -10208708 or 3947108. OLE color: 3947108.

HSL color Cylindrical-coordinate representation of color #643A3C: hue angle of 357.14º degrees, saturation: 0.27, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #643A3C is Cyan = 0, Magento = 0.42, Yellow = 0.4 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 58 60 -
CMYK 0 0.42 0.4 0.61
HSL 357.14º 0.27% 0.31% -
HSV(B) 357.14º 0.42% 0.39% -
XYZ 7.58 6.06 5.05 -
YUV 70.79 121.91 148.84 -
System Red Green Blue C M Y K H S L
Decimal 100 58 60 0 0.42 0.4 0.61 357.14 0.27 0.31
Hex 64 3A 3C 0 2A 28 3D 165 1B 1F
Octal 144 72 74 0 52 50 75 545 33 37
Binary 1100100 111010 111100 0 101010 101000 111101 101100101 11011 11111

Color Harmonies of #643A3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #643A3C

Black with #643A3C

Text Example


Text Example

White with #643A3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #643A3C; }

 p { color: rgb(100,58,60); }

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

background-color css

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

 a { background-color: rgb(100,58,60); }

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

border-color css

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

 span { border-color: rgb(100,58,60); }

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