Html Css Color HEX #653A40 Merlot

📋 copy color: '#653A40'

red 101 ◦ green 58 ◦ blue 64

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

Shades of Merlot #653A40

Tints of Merlot #653A40

RGB

 RED value IS 101 (39.84% from 255) = 45.29%

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

 BLUE value IS 64 (25.39% from 255) = 28.7%

R = 45.29%
G = 26.01%
B = 28.7%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.37

 K value IS 0.60

RGB Variations

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

Color information

#653A40 (or 0x653A40) is known color: Merlot. HEX triplet: 65, 3A and 40. RGB value is (101,58,64). Sum of RGB (Red+Green+Blue) = 101+58+64=223 (29% of max value = 765). Red value is 101 (39.84% from 255 or 45.29% from 223); Green value is 58 (23.05% from 255 or 26.01% from 223); Blue value is 64 (25.39% from 255 or 28.70% from 223); Max value from RGB is 101 - color contains mainly: red. Hex color #653A40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #653A40 is #9AC5BF. Grayscale: #474747. Windows color (decimal): -10143168 or 4209253. OLE color: 4209253.

HSL color Cylindrical-coordinate representation of color #653A40: hue angle of 351.63º degrees, saturation: 0.27, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #653A40 is Cyan = 0, Magento = 0.43, Yellow = 0.37 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 58 64 -
CMYK 0 0.43 0.37 0.60
HSL 351.63º 0.27% 0.31% -
HSV(B) 351.63º 0.43% 0.4% -
XYZ 7.81 6.16 5.63 -
YUV 71.54 123.75 149.01 -
System Red Green Blue C M Y K H S L
Decimal 101 58 64 0 0.43 0.37 0.60 351.63 0.27 0.31
Hex 65 3A 40 0 2B 25 3C 160 1B 1F
Octal 145 72 100 0 53 45 74 540 33 37
Binary 1100101 111010 1000000 0 101011 100101 111100 101100000 11011 11111

Color Harmonies of #653A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #653A40

Black with #653A40

Text Example


Text Example

White with #653A40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #653A40; }

 p { color: rgb(101,58,64); }

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

background-color css

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

 a { background-color: rgb(101,58,64); }

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

border-color css

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

 span { border-color: rgb(101,58,64); }

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