#65393A

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

Shades of Merlot #65393A

Tints of Merlot #65393A

Color information

#65393A (or 0x65393A) is unknown color: approx Merlot. HEX triplet: 65, 39 and 3A. RGB value is (101,57,58). Sum of RGB (Red+Green+Blue) = 101+57+58=216 (28% of max value = 765). Red value is 101 (39.84% from 255 or 46.76% from 216); Green value is 57 (22.66% from 255 or 26.39% from 216); Blue value is 58 (23.05% from 255 or 26.85% from 216); Max value from RGB is 101 - color contains mainly: red. Hex color #65393A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #65393A is #9AC6C5. Grayscale: #464646. Windows color (decimal): -10143430 or 3815781. OLE color: 3815781.

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

Color convert

RGB1015758-
CMYK00.440.430.60
HSL358.64º27.85%30.98%-
HSV(B)358.64º43.56%39.61%-
XYZ7.5964.76-
YUV70.27121.08149.92-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 46.76%
GREEN value IS 57 (22.66% from 255) = 26.39%
BLUE value IS 58 (23.05% from 255) = 26.85%
R=46.76%
G=26.39%
B=26.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.43
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101575800.440.430.60358.6427.8530.98
Hex65393A02C2B3C1671c1f
Octal145717205453745473437
Binary110010111100111101001011001010111111001011001111110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65393A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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