#63373E

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

Shades of Merlot #63373E

Tints of Merlot #63373E

Color information

#63373E (or 0x63373E) is unknown color: approx Merlot. HEX triplet: 63, 37 and 3E. RGB value is (99,55,62). Sum of RGB (Red+Green+Blue) = 99+55+62=216 (28% of max value = 765). Red value is 99 (39.06% from 255 or 45.83% from 216); Green value is 55 (21.88% from 255 or 25.46% from 216); Blue value is 62 (24.61% from 255 or 28.70% from 216); Max value from RGB is 99 - color contains mainly: red. Hex color #63373E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63373E is #9CC8C1. Grayscale: #444444. Windows color (decimal): -10275010 or 4077411. OLE color: 4077411.

HSL color Cylindrical-coordinate representation of color #63373E: hue angle of 350.45º 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 #63373E is Cyan = 0, Magento = 0.44, Yellow = 0.37 and Black (K on CMYK) = 0.61.

Color convert

RGB995562-
CMYK00.440.370.61
HSL350.45º28.57%30.2%-
HSV(B)350.45º44.44%38.82%-
XYZ7.385.735.27-
YUV68.95124.08149.43-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 45.83%
GREEN value IS 55 (21.88% from 255) = 25.46%
BLUE value IS 62 (24.61% from 255) = 28.70%
R=45.83%
G=25.46%
B=28.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.37
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99556200.440.370.61350.4528.5730.2
Hex63373E02C253D15e1d1e
Octal143677605445755363536
Binary110001111011111111001011001001011111011010111101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63373E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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