Html Css Color HEX #65393D Merlot

📋 copy color: '#65393D'

red 101 ◦ green 57 ◦ blue 61

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

Shades of Merlot #65393D

Tints of Merlot #65393D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 27.85%

R = 46.12%
G = 26.03%
B = 27.85%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.40

 K value IS 0.60

RGB Variations

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

Color information

#65393D (or 0x65393D) is known color: Merlot. HEX triplet: 65, 39 and 3D. RGB value is (101,57,61). Sum of RGB (Red+Green+Blue) = 101+57+61=219 (29% of max value = 765). Red value is 101 (39.84% from 255 or 46.12% from 219); Green value is 57 (22.66% from 255 or 26.03% from 219); Blue value is 61 (24.22% from 255 or 27.85% from 219); Max value from RGB is 101 - color contains mainly: red. Hex color #65393D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #65393D is #9AC6C2. Grayscale: #464646. Windows color (decimal): -10143427 or 4012389. OLE color: 4012389.

HSL color Cylindrical-coordinate representation of color #65393D: hue angle of 354.55º 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 #65393D is Cyan = 0, Magento = 0.44, Yellow = 0.40 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 57 61 -
CMYK 0 0.44 0.40 0.60
HSL 354.55º 0.28% 0.31% -
HSV(B) 354.55º 0.44% 0.4% -
XYZ 7.67 6.03 5.17 -
YUV 70.61 122.58 149.67 -
System Red Green Blue C M Y K H S L
Decimal 101 57 61 0 0.44 0.40 0.60 354.55 0.28 0.31
Hex 65 39 3D 0 2C 28 3C 163 1C 1F
Octal 145 71 75 0 54 50 74 543 34 37
Binary 1100101 111001 111101 0 101100 101000 111100 101100011 11100 11111

Color Harmonies of #65393D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65393D

Black with #65393D

Text Example


Text Example

White with #65393D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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