#65393D

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

Shades of Merlot #65393D

Tints of Merlot #65393D

Color information

#65393D (or 0x65393D) is unknown color: approx 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

RGB1015761-
CMYK00.440.400.60
HSL354.55º27.85%30.98%-
HSV(B)354.55º43.56%39.61%-
XYZ7.676.035.17-
YUV70.61122.58149.67-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.40
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101576100.440.400.60354.5527.8530.98
Hex65393D02C283C1631c1f
Octal145717505450745433437
Binary110010111100111110101011001010001111001011000111110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65393D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>