#65363D

Color #65363D Merlot (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Merlot #65363D

Tints of Merlot #65363D

Color information

#65363D (or 0x65363D) is unknown color: approx Merlot. HEX triplet: 65, 36 and 3D. RGB value is (101,54,61). Sum of RGB (Red+Green+Blue) = 101+54+61=216 (28% of max value = 765). Red value is 101 (39.84% from 255 or 46.76% from 216); Green value is 54 (21.48% from 255 or 25% from 216); Blue value is 61 (24.22% from 255 or 28.24% from 216); Max value from RGB is 101 - color contains mainly: red. Hex color #65363D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #65363D is #9AC9C2. Grayscale: #444444. Windows color (decimal): -10144195 or 4011621. OLE color: 4011621.

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

Color convert

RGB1015461-
CMYK00.470.400.60
HSL351.06º30.32%30.39%-
HSV(B)351.06º46.53%39.61%-
XYZ7.535.745.13-
YUV68.85123.57150.93-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 46.76%
GREEN value IS 54 (21.48% from 255) = 25%
BLUE value IS 61 (24.22% from 255) = 28.24%
R=46.76%
G=25%
B=28.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.40
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101546100.470.400.60351.0630.3230.39
Hex65363D02F283C15f1e1e
Octal145667505750745373636
Binary110010111011011110101011111010001111001010111111111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65363D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #65363D;
 }
 .AnyTagClassName
 {
   color: #65363D;
 }
</style>
background-color css

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

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

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

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

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

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