#63353B

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

Shades of Merlot #63353B

Tints of Merlot #63353B

Color information

#63353B (or 0x63353B) is unknown color: approx Merlot. HEX triplet: 63, 35 and 3B. RGB value is (99,53,59). Sum of RGB (Red+Green+Blue) = 99+53+59=211 (27% of max value = 765). Red value is 99 (39.06% from 255 or 46.92% from 211); Green value is 53 (21.09% from 255 or 25.12% from 211); Blue value is 59 (23.44% from 255 or 27.96% from 211); Max value from RGB is 99 - color contains mainly: red. Hex color #63353B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63353B is #9CCAC4. Grayscale: #434343. Windows color (decimal): -10275525 or 3880291. OLE color: 3880291.

HSL color Cylindrical-coordinate representation of color #63353B: hue angle of 352.17º 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 #63353B is Cyan = 0, Magento = 0.46, Yellow = 0.40 and Black (K on CMYK) = 0.61.

Color convert

RGB995359-
CMYK00.460.400.61
HSL352.17º30.26%29.8%-
HSV(B)352.17º46.46%38.82%-
XYZ7.215.514.82-
YUV67.44123.24150.51-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 46.92%
GREEN value IS 53 (21.09% from 255) = 25.12%
BLUE value IS 59 (23.44% from 255) = 27.96%
R=46.92%
G=25.12%
B=27.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.40
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99535900.460.400.61352.1730.2629.8
Hex63353B02E283D1601e1e
Octal143657305650755403636
Binary110001111010111101101011101010001111011011000001111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63353B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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