#63393E

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

Shades of Merlot #63393E

Tints of Merlot #63393E

Color information

#63393E (or 0x63393E) is unknown color: approx Merlot. HEX triplet: 63, 39 and 3E. RGB value is (99,57,62). Sum of RGB (Red+Green+Blue) = 99+57+62=218 (28% of max value = 765). Red value is 99 (39.06% from 255 or 45.41% from 218); Green value is 57 (22.66% from 255 or 26.15% from 218); Blue value is 62 (24.61% from 255 or 28.44% from 218); Max value from RGB is 99 - color contains mainly: red. Hex color #63393E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63393E is #9CC6C1. Grayscale: #464646. Windows color (decimal): -10274498 or 4077923. OLE color: 4077923.

HSL color Cylindrical-coordinate representation of color #63393E: hue angle of 352.86º degrees, saturation: 0.27, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #63393E is Cyan = 0, Magento = 0.42, Yellow = 0.37 and Black (K on CMYK) = 0.61.

Color convert

RGB995762-
CMYK00.420.370.61
HSL352.86º26.92%30.59%-
HSV(B)352.86º42.42%38.82%-
XYZ7.485.935.31-
YUV70.13123.41148.59-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 45.41%
GREEN value IS 57 (22.66% from 255) = 26.15%
BLUE value IS 62 (24.61% from 255) = 28.44%
R=45.41%
G=26.15%
B=28.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.37
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99576200.420.370.61352.8626.9230.59
Hex63393E02A253D1611b1f
Octal143717605245755413337
Binary110001111100111111001010101001011111011011000011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63393E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63393E; }

 p { color: rgb(99,57,62); }

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

<style>
 a { background-color: #63393E; }

 a { background-color: rgb(99,57,62); }

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

<style>
 span { border-color: #63393E; }

 span { border-color: rgb(99,57,62); }

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