#65373E

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

Shades of Merlot #65373E

Tints of Merlot #65373E

Color information

#65373E (or 0x65373E) is unknown color: approx Merlot. HEX triplet: 65, 37 and 3E. RGB value is (101,55,62). Sum of RGB (Red+Green+Blue) = 101+55+62=218 (28% of max value = 765). Red value is 101 (39.84% from 255 or 46.33% from 218); Green value is 55 (21.88% from 255 or 25.23% from 218); Blue value is 62 (24.61% from 255 or 28.44% from 218); Max value from RGB is 101 - color contains mainly: red. Hex color #65373E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #65373E is #9AC8C1. Grayscale: #454545. Windows color (decimal): -10143938 or 4077413. OLE color: 4077413.

HSL color Cylindrical-coordinate representation of color #65373E: hue angle of 350.87º 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 #65373E is Cyan = 0, Magento = 0.46, Yellow = 0.39 and Black (K on CMYK) = 0.60.

Color convert

RGB1015562-
CMYK00.460.390.60
HSL350.87º29.49%30.59%-
HSV(B)350.87º45.54%39.61%-
XYZ7.65.855.29-
YUV69.55123.74150.43-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 46.33%
GREEN value IS 55 (21.88% from 255) = 25.23%
BLUE value IS 62 (24.61% from 255) = 28.44%
R=46.33%
G=25.23%
B=28.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.39
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101556200.460.390.60350.8729.4930.59
Hex65373E02E273C15f1d1f
Octal145677605647745373537
Binary110010111011111111001011101001111111001010111111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65373E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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