Html Css Color HEX #65373D Merlot

📋 copy color: '#65373D'

red 101 ◦ green 55 ◦ blue 61

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

Shades of Merlot #65373D

Tints of Merlot #65373D

RGB

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

 GREEN value IS 55 (21.88% from 255) = 25.35%

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

R = 46.54%
G = 25.35%
B = 28.11%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.40

 K value IS 0.60

RGB Variations

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

Color information

#65373D (or 0x65373D) is known color: Merlot. HEX triplet: 65, 37 and 3D. RGB value is (101,55,61). Sum of RGB (Red+Green+Blue) = 101+55+61=217 (28% of max value = 765). Red value is 101 (39.84% from 255 or 46.54% from 217); Green value is 55 (21.88% from 255 or 25.35% from 217); Blue value is 61 (24.22% from 255 or 28.11% from 217); Max value from RGB is 101 - color contains mainly: red. Hex color #65373D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #65373D is #9AC8C2. Grayscale: #454545. Windows color (decimal): -10143939 or 4011877. OLE color: 4011877.

HSL color Cylindrical-coordinate representation of color #65373D: hue angle of 352.17º degrees, saturation: 0.29, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #65373D is Cyan = 0, Magento = 0.46, Yellow = 0.40 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 55 61 -
CMYK 0 0.46 0.40 0.60
HSL 352.17º 0.29% 0.31% -
HSV(B) 352.17º 0.46% 0.4% -
XYZ 7.58 5.84 5.14 -
YUV 69.44 123.24 150.51 -
System Red Green Blue C M Y K H S L
Decimal 101 55 61 0 0.46 0.40 0.60 352.17 0.29 0.31
Hex 65 37 3D 0 2E 28 3C 160 1D 1F
Octal 145 67 75 0 56 50 74 540 35 37
Binary 1100101 110111 111101 0 101110 101000 111100 101100000 11101 11111

Color Harmonies of #65373D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65373D

Black with #65373D

Text Example


Text Example

White with #65373D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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