Html Css Color HEX #65393A Merlot

📋 copy color: '#65393A'

red 101 ◦ green 57 ◦ blue 58

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

Shades of Merlot #65393A

Tints of Merlot #65393A

RGB

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

 GREEN value IS 57 (22.66% from 255) = 26.39%

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

R = 46.76%
G = 26.39%
B = 26.85%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.43

 K value IS 0.60

RGB Variations

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

Color information

#65393A (or 0x65393A) is known color: Merlot. HEX triplet: 65, 39 and 3A. RGB value is (101,57,58). Sum of RGB (Red+Green+Blue) = 101+57+58=216 (28% of max value = 765). Red value is 101 (39.84% from 255 or 46.76% from 216); Green value is 57 (22.66% from 255 or 26.39% from 216); Blue value is 58 (23.05% from 255 or 26.85% from 216); Max value from RGB is 101 - color contains mainly: red. Hex color #65393A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #65393A is #9AC6C5. Grayscale: #464646. Windows color (decimal): -10143430 or 3815781. OLE color: 3815781.

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

Color convert

RGB 101 57 58 -
CMYK 0 0.44 0.43 0.60
HSL 358.64º 0.28% 0.31% -
HSV(B) 358.64º 0.44% 0.4% -
XYZ 7.59 6 4.76 -
YUV 70.27 121.08 149.92 -
System Red Green Blue C M Y K H S L
Decimal 101 57 58 0 0.44 0.43 0.60 358.64 0.28 0.31
Hex 65 39 3A 0 2C 2B 3C 167 1C 1F
Octal 145 71 72 0 54 53 74 547 34 37
Binary 1100101 111001 111010 0 101100 101011 111100 101100111 11100 11111

Color Harmonies of #65393A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65393A

Black with #65393A

Text Example


Text Example

White with #65393A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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