#63373C

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

Shades of Merlot #63373C

Tints of Merlot #63373C

Color information

#63373C (or 0x63373C) is unknown color: approx Merlot. HEX triplet: 63, 37 and 3C. RGB value is (99,55,60). Sum of RGB (Red+Green+Blue) = 99+55+60=214 (28% of max value = 765). Red value is 99 (39.06% from 255 or 46.26% from 214); Green value is 55 (21.88% from 255 or 25.70% from 214); Blue value is 60 (23.83% from 255 or 28.04% from 214); Max value from RGB is 99 - color contains mainly: red. Hex color #63373C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63373C is #9CC8C3. Grayscale: #444444. Windows color (decimal): -10275012 or 3946339. OLE color: 3946339.

HSL color Cylindrical-coordinate representation of color #63373C: hue angle of 353.18º degrees, saturation: 0.29, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #63373C is Cyan = 0, Magento = 0.44, Yellow = 0.39 and Black (K on CMYK) = 0.61.

Color convert

RGB995560-
CMYK00.440.390.61
HSL353.18º28.57%30.2%-
HSV(B)353.18º44.44%38.82%-
XYZ7.335.714.99-
YUV68.73123.08149.59-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 46.26%
GREEN value IS 55 (21.88% from 255) = 25.70%
BLUE value IS 60 (23.83% from 255) = 28.04%
R=46.26%
G=25.70%
B=28.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.39
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99556000.440.390.61353.1828.5730.2
Hex63373C02C273D1611d1e
Octal143677405447755413536
Binary110001111011111110001011001001111111011011000011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63373C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63373C; }

 p { color: rgb(99,55,60); }

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

<style>
 a { background-color: #63373C; }

 a { background-color: rgb(99,55,60); }

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

<style>
 span { border-color: #63373C; }

 span { border-color: rgb(99,55,60); }

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