#65383D

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

Shades of Merlot #65383D

Tints of Merlot #65383D

Color information

#65383D (or 0x65383D) is unknown color: approx Merlot. HEX triplet: 65, 38 and 3D. RGB value is (101,56,61). Sum of RGB (Red+Green+Blue) = 101+56+61=218 (28% of max value = 765). Red value is 101 (39.84% from 255 or 46.33% from 218); Green value is 56 (22.27% from 255 or 25.69% from 218); Blue value is 61 (24.22% from 255 or 27.98% from 218); Max value from RGB is 101 - color contains mainly: red. Hex color #65383D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #65383D is #9AC7C2. Grayscale: #464646. Windows color (decimal): -10143683 or 4012133. OLE color: 4012133.

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

Color convert

RGB1015661-
CMYK00.450.400.60
HSL353.33º28.66%30.78%-
HSV(B)353.33º44.55%39.61%-
XYZ7.625.935.16-
YUV70.03122.91150.09-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 46.33%
GREEN value IS 56 (22.27% from 255) = 25.69%
BLUE value IS 61 (24.22% from 255) = 27.98%
R=46.33%
G=25.69%
B=27.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.40
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101566100.450.400.60353.3328.6630.78
Hex65383D02D283C1611d1f
Octal145707505550745413537
Binary110010111100011110101011011010001111001011000011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65383D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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