Html Css Color HEX #64353B Merlot

📋 copy color: '#64353B'

red 100 ◦ green 53 ◦ blue 59

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

Shades of Merlot #64353B

Tints of Merlot #64353B

RGB

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

 GREEN value IS 53 (21.09% from 255) = 25%

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

R = 47.17%
G = 25%
B = 27.83%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.41

 K value IS 0.61

RGB Variations

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

Color information

#64353B (or 0x64353B) is known color: Merlot. HEX triplet: 64, 35 and 3B. RGB value is (100,53,59). Sum of RGB (Red+Green+Blue) = 100+53+59=212 (28% of max value = 765). Red value is 100 (39.45% from 255 or 47.17% from 212); Green value is 53 (21.09% from 255 or 25% from 212); Blue value is 59 (23.44% from 255 or 27.83% from 212); Max value from RGB is 100 - color contains mainly: red. Hex color #64353B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64353B is #9BCAC4. Grayscale: #434343. Windows color (decimal): -10209989 or 3880292. OLE color: 3880292.

HSL color Cylindrical-coordinate representation of color #64353B: hue angle of 352.34º degrees, saturation: 0.31, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #64353B is Cyan = 0, Magento = 0.47, Yellow = 0.41 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 53 59 -
CMYK 0 0.47 0.41 0.61
HSL 352.34º 0.31% 0.3% -
HSV(B) 352.34º 0.47% 0.39% -
XYZ 7.32 5.57 4.83 -
YUV 67.74 123.07 151.01 -
System Red Green Blue C M Y K H S L
Decimal 100 53 59 0 0.47 0.41 0.61 352.34 0.31 0.3
Hex 64 35 3B 0 2F 29 3D 160 1F 1E
Octal 144 65 73 0 57 51 75 540 37 36
Binary 1100100 110101 111011 0 101111 101001 111101 101100000 11111 11110

Color Harmonies of #64353B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64353B

Black with #64353B

Text Example


Text Example

White with #64353B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,53,59); }

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

background-color css

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

 a { background-color: rgb(100,53,59); }

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

border-color css

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

 span { border-color: rgb(100,53,59); }

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