#63353C

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

Shades of Merlot #63353C

Tints of Merlot #63353C

Color information

#63353C (or 0x63353C) is unknown color: approx Merlot. HEX triplet: 63, 35 and 3C. RGB value is (99,53,60). Sum of RGB (Red+Green+Blue) = 99+53+60=212 (28% of max value = 765). Red value is 99 (39.06% from 255 or 46.70% from 212); Green value is 53 (21.09% from 255 or 25% from 212); Blue value is 60 (23.83% from 255 or 28.30% from 212); Max value from RGB is 99 - color contains mainly: red. Hex color #63353C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63353C is #9CCAC3. Grayscale: #434343. Windows color (decimal): -10275524 or 3945827. OLE color: 3945827.

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

Color convert

RGB995360-
CMYK00.460.390.61
HSL350.87º30.26%29.8%-
HSV(B)350.87º46.46%38.82%-
XYZ7.235.534.96-
YUV67.55123.74150.43-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 46.70%
GREEN value IS 53 (21.09% from 255) = 25%
BLUE value IS 60 (23.83% from 255) = 28.30%
R=46.70%
G=25%
B=28.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.39
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99536000.460.390.61350.8730.2629.8
Hex63353C02E273D15f1e1e
Octal143657405647755373636
Binary110001111010111110001011101001111111011010111111111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63353C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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