#63343B

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

Shades of Merlot #63343B

Tints of Merlot #63343B

Color information

#63343B (or 0x63343B) is unknown color: approx Merlot. HEX triplet: 63, 34 and 3B. RGB value is (99,52,59). Sum of RGB (Red+Green+Blue) = 99+52+59=210 (27% of max value = 765). Red value is 99 (39.06% from 255 or 47.14% from 210); Green value is 52 (20.70% from 255 or 24.76% from 210); Blue value is 59 (23.44% from 255 or 28.10% from 210); Max value from RGB is 99 - color contains mainly: red. Hex color #63343B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63343B is #9CCBC4. Grayscale: #424242. Windows color (decimal): -10275781 or 3880035. OLE color: 3880035.

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

Color convert

RGB995259-
CMYK00.470.400.61
HSL351.06º31.13%29.61%-
HSV(B)351.06º47.47%38.82%-
XYZ7.165.424.81-
YUV66.85123.57150.93-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 47.14%
GREEN value IS 52 (20.70% from 255) = 24.76%
BLUE value IS 59 (23.44% from 255) = 28.10%
R=47.14%
G=24.76%
B=28.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.40
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99525900.470.400.61351.0631.1329.61
Hex63343B02F283D15f1f1e
Octal143647305750755373736
Binary110001111010011101101011111010001111011010111111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63343B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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