Html Css Color HEX #64353A Merlot

📋 copy color: '#64353A'

red 100 ◦ green 53 ◦ blue 58

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

Shades of Merlot #64353A

Tints of Merlot #64353A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 27.49%

R = 47.39%
G = 25.12%
B = 27.49%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.42

 K value IS 0.61

RGB Variations

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

Color information

#64353A (or 0x64353A) is known color: Merlot. HEX triplet: 64, 35 and 3A. RGB value is (100,53,58). Sum of RGB (Red+Green+Blue) = 100+53+58=211 (27% of max value = 765). Red value is 100 (39.45% from 255 or 47.39% from 211); Green value is 53 (21.09% from 255 or 25.12% from 211); Blue value is 58 (23.05% from 255 or 27.49% from 211); Max value from RGB is 100 - color contains mainly: red. Hex color #64353A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64353A is #9BCAC5. Grayscale: #434343. Windows color (decimal): -10209990 or 3814756. OLE color: 3814756.

HSL color Cylindrical-coordinate representation of color #64353A: hue angle of 353.62º 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 #64353A is Cyan = 0, Magento = 0.47, Yellow = 0.42 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 53 58 -
CMYK 0 0.47 0.42 0.61
HSL 353.62º 0.31% 0.3% -
HSV(B) 353.62º 0.47% 0.39% -
XYZ 7.29 5.56 4.69 -
YUV 67.62 122.57 151.09 -
System Red Green Blue C M Y K H S L
Decimal 100 53 58 0 0.47 0.42 0.61 353.62 0.31 0.3
Hex 64 35 3A 0 2F 2A 3D 162 1F 1E
Octal 144 65 72 0 57 52 75 542 37 36
Binary 1100100 110101 111010 0 101111 101010 111101 101100010 11111 11110

Color Harmonies of #64353A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64353A

Black with #64353A

Text Example


Text Example

White with #64353A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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