Html Css Color HEX #64383F Merlot

📋 copy color: '#64383F'

red 100 ◦ green 56 ◦ blue 63

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

Shades of Merlot #64383F

Tints of Merlot #64383F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 28.77%

R = 45.66%
G = 25.57%
B = 28.77%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.37

 K value IS 0.61

RGB Variations

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

Color information

#64383F (or 0x64383F) is known color: Merlot. HEX triplet: 64, 38 and 3F. RGB value is (100,56,63). Sum of RGB (Red+Green+Blue) = 100+56+63=219 (29% of max value = 765). Red value is 100 (39.45% from 255 or 45.66% from 219); Green value is 56 (22.27% from 255 or 25.57% from 219); Blue value is 63 (25% from 255 or 28.77% from 219); Max value from RGB is 100 - color contains mainly: red. Hex color #64383F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64383F is #9BC7C0. Grayscale: #454545. Windows color (decimal): -10209217 or 4143204. OLE color: 4143204.

HSL color Cylindrical-coordinate representation of color #64383F: hue angle of 350.45º 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 #64383F is Cyan = 0, Magento = 0.44, Yellow = 0.37 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 56 63 -
CMYK 0 0.44 0.37 0.61
HSL 350.45º 0.28% 0.31% -
HSV(B) 350.45º 0.44% 0.39% -
XYZ 7.57 5.9 5.44 -
YUV 69.95 124.08 149.43 -
System Red Green Blue C M Y K H S L
Decimal 100 56 63 0 0.44 0.37 0.61 350.45 0.28 0.31
Hex 64 38 3F 0 2C 25 3D 15E 1C 1F
Octal 144 70 77 0 54 45 75 536 34 37
Binary 1100100 111000 111111 0 101100 100101 111101 101011110 11100 11111

Color Harmonies of #64383F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64383F

Black with #64383F

Text Example


Text Example

White with #64383F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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