#65353B

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

Shades of Merlot #65353B

Tints of Merlot #65353B

Color information

#65353B (or 0x65353B) is unknown color: approx Merlot. HEX triplet: 65, 35 and 3B. RGB value is (101,53,59). Sum of RGB (Red+Green+Blue) = 101+53+59=213 (28% of max value = 765). Red value is 101 (39.84% from 255 or 47.42% from 213); Green value is 53 (21.09% from 255 or 24.88% from 213); Blue value is 59 (23.44% from 255 or 27.70% from 213); Max value from RGB is 101 - color contains mainly: red. Hex color #65353B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #65353B is #9ACAC4. Grayscale: #444444. Windows color (decimal): -10144453 or 3880293. OLE color: 3880293.

HSL color Cylindrical-coordinate representation of color #65353B: hue angle of 352.5º 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 #65353B is Cyan = 0, Magento = 0.48, Yellow = 0.42 and Black (K on CMYK) = 0.60.

Color convert

RGB1015359-
CMYK00.480.420.60
HSL352.5º31.17%30.2%-
HSV(B)352.5º47.52%39.61%-
XYZ7.435.634.83-
YUV68.04122.9151.51-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 47.42%
GREEN value IS 53 (21.09% from 255) = 24.88%
BLUE value IS 59 (23.44% from 255) = 27.70%
R=47.42%
G=24.88%
B=27.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.42
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101535900.480.420.60352.531.1730.2
Hex65353B0302A3C1601f1e
Octal145657306052745403736
Binary110010111010111101101100001010101111001011000001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65353B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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