#65333A

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

Shades of Merlot #65333A

Tints of Merlot #65333A

Color information

#65333A (or 0x65333A) is unknown color: approx Merlot. HEX triplet: 65, 33 and 3A. RGB value is (101,51,58). Sum of RGB (Red+Green+Blue) = 101+51+58=210 (27% of max value = 765). Red value is 101 (39.84% from 255 or 48.10% from 210); Green value is 51 (20.31% from 255 or 24.29% from 210); Blue value is 58 (23.05% from 255 or 27.62% from 210); Max value from RGB is 101 - color contains mainly: red. Hex color #65333A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #65333A is #9ACCC5. Grayscale: #424242. Windows color (decimal): -10144966 or 3814245. OLE color: 3814245.

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

Color convert

RGB1015158-
CMYK00.500.430.60
HSL351.6º32.89%29.8%-
HSV(B)351.6º49.5%39.61%-
XYZ7.315.444.67-
YUV66.75123.06152.43-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 48.10%
GREEN value IS 51 (20.31% from 255) = 24.29%
BLUE value IS 58 (23.05% from 255) = 27.62%
R=48.10%
G=24.29%
B=27.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.43
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101515800.500.430.60351.632.8929.8
Hex65333A0322B3C160211e
Octal145637206253745404136
Binary1100101110011111010011001010101111110010110000010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65333A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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