#65353A

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

Shades of Merlot #65353A

Tints of Merlot #65353A

Color information

#65353A (or 0x65353A) is unknown color: approx Merlot. HEX triplet: 65, 35 and 3A. RGB value is (101,53,58). Sum of RGB (Red+Green+Blue) = 101+53+58=212 (28% of max value = 765). Red value is 101 (39.84% from 255 or 47.64% from 212); Green value is 53 (21.09% from 255 or 25% from 212); Blue value is 58 (23.05% from 255 or 27.36% from 212); Max value from RGB is 101 - color contains mainly: red. Hex color #65353A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #65353A is #9ACAC5. Grayscale: #434343. Windows color (decimal): -10144454 or 3814757. OLE color: 3814757.

HSL color Cylindrical-coordinate representation of color #65353A: hue angle of 353.75º degrees, saturation: 0.31, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #65353A is Cyan = 0, Magento = 0.48, Yellow = 0.43 and Black (K on CMYK) = 0.60.

Color convert

RGB1015358-
CMYK00.480.430.60
HSL353.75º31.17%30.2%-
HSV(B)353.75º47.52%39.61%-
XYZ7.45.624.7-
YUV67.92122.4151.59-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 47.64%
GREEN value IS 53 (21.09% from 255) = 25%
BLUE value IS 58 (23.05% from 255) = 27.36%
R=47.64%
G=25%
B=27.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.43
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101535800.480.430.60353.7531.1730.2
Hex65353A0302B3C1621f1e
Octal145657206053745423736
Binary110010111010111101001100001010111111001011000101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65353A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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