#65393B

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

Shades of Merlot #65393B

Tints of Merlot #65393B

Color information

#65393B (or 0x65393B) is unknown color: approx Merlot. HEX triplet: 65, 39 and 3B. RGB value is (101,57,59). Sum of RGB (Red+Green+Blue) = 101+57+59=217 (28% of max value = 765). Red value is 101 (39.84% from 255 or 46.54% from 217); Green value is 57 (22.66% from 255 or 26.27% from 217); Blue value is 59 (23.44% from 255 or 27.19% from 217); Max value from RGB is 101 - color contains mainly: red. Hex color #65393B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #65393B is #9AC6C4. Grayscale: #464646. Windows color (decimal): -10143429 or 3881317. OLE color: 3881317.

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

Color convert

RGB1015759-
CMYK00.440.420.60
HSL357.27º27.85%30.98%-
HSV(B)357.27º43.56%39.61%-
XYZ7.626.014.9-
YUV70.38121.58149.84-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 46.54%
GREEN value IS 57 (22.66% from 255) = 26.27%
BLUE value IS 59 (23.44% from 255) = 27.19%
R=46.54%
G=26.27%
B=27.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.42
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101575900.440.420.60357.2727.8530.98
Hex65393B02C2A3C1651c1f
Octal145717305452745453437
Binary110010111100111101101011001010101111001011001011110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65393B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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