Html Css Color HEX #64383E Merlot

📋 copy color: '#64383E'

red 100 ◦ green 56 ◦ blue 62

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

Shades of Merlot #64383E

Tints of Merlot #64383E

RGB

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

 GREEN value IS 56 (22.27% from 255) = 25.69%

 BLUE value IS 62 (24.61% from 255) = 28.44%

R = 45.87%
G = 25.69%
B = 28.44%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.38

 K value IS 0.61

RGB Variations

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

Color information

#64383E (or 0x64383E) is known color: Merlot. HEX triplet: 64, 38 and 3E. RGB value is (100,56,62). Sum of RGB (Red+Green+Blue) = 100+56+62=218 (28% of max value = 765). Red value is 100 (39.45% from 255 or 45.87% from 218); Green value is 56 (22.27% from 255 or 25.69% from 218); Blue value is 62 (24.61% from 255 or 28.44% from 218); Max value from RGB is 100 - color contains mainly: red. Hex color #64383E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64383E is #9BC7C1. Grayscale: #454545. Windows color (decimal): -10209218 or 4077668. OLE color: 4077668.

HSL color Cylindrical-coordinate representation of color #64383E: hue angle of 351.82º degrees, saturation: 0.28, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #64383E is Cyan = 0, Magento = 0.44, Yellow = 0.38 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 56 62 -
CMYK 0 0.44 0.38 0.61
HSL 351.82º 0.28% 0.31% -
HSV(B) 351.82º 0.44% 0.39% -
XYZ 7.54 5.89 5.3 -
YUV 69.84 123.58 149.51 -
System Red Green Blue C M Y K H S L
Decimal 100 56 62 0 0.44 0.38 0.61 351.82 0.28 0.31
Hex 64 38 3E 0 2C 26 3D 160 1C 1F
Octal 144 70 76 0 54 46 75 540 34 37
Binary 1100100 111000 111110 0 101100 100110 111101 101100000 11100 11111

Color Harmonies of #64383E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64383E

Black with #64383E

Text Example


Text Example

White with #64383E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64383E; }

 p { color: rgb(100,56,62); }

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

background-color css

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

 a { background-color: rgb(100,56,62); }

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

border-color css

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

 span { border-color: rgb(100,56,62); }

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