#65383A

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

Shades of Merlot #65383A

Tints of Merlot #65383A

Color information

#65383A (or 0x65383A) is unknown color: approx Merlot. HEX triplet: 65, 38 and 3A. RGB value is (101,56,58). Sum of RGB (Red+Green+Blue) = 101+56+58=215 (28% of max value = 765). Red value is 101 (39.84% from 255 or 46.98% from 215); Green value is 56 (22.27% from 255 or 26.05% from 215); Blue value is 58 (23.05% from 255 or 26.98% from 215); Max value from RGB is 101 - color contains mainly: red. Hex color #65383A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #65383A is #9AC7C5. Grayscale: #454545. Windows color (decimal): -10143686 or 3815525. OLE color: 3815525.

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

Color convert

RGB1015658-
CMYK00.450.430.60
HSL357.33º28.66%30.78%-
HSV(B)357.33º44.55%39.61%-
XYZ7.545.94.74-
YUV69.68121.41150.34-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 46.98%
GREEN value IS 56 (22.27% from 255) = 26.05%
BLUE value IS 58 (23.05% from 255) = 26.98%
R=46.98%
G=26.05%
B=26.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.43
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101565800.450.430.60357.3328.6630.78
Hex65383A02D2B3C1651d1f
Octal145707205553745453537
Binary110010111100011101001011011010111111001011001011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65383A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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