#63383E

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

Shades of Merlot #63383E

Tints of Merlot #63383E

Color information

#63383E (or 0x63383E) is unknown color: approx Merlot. HEX triplet: 63, 38 and 3E. RGB value is (99,56,62). Sum of RGB (Red+Green+Blue) = 99+56+62=217 (28% of max value = 765). Red value is 99 (39.06% from 255 or 45.62% from 217); Green value is 56 (22.27% from 255 or 25.81% from 217); Blue value is 62 (24.61% from 255 or 28.57% from 217); Max value from RGB is 99 - color contains mainly: red. Hex color #63383E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63383E is #9CC7C1. Grayscale: #454545. Windows color (decimal): -10274754 or 4077667. OLE color: 4077667.

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

Color convert

RGB995662-
CMYK00.430.370.61
HSL351.63º27.74%30.39%-
HSV(B)351.63º43.43%38.82%-
XYZ7.435.835.29-
YUV69.54123.75149.01-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 45.62%
GREEN value IS 56 (22.27% from 255) = 25.81%
BLUE value IS 62 (24.61% from 255) = 28.57%
R=45.62%
G=25.81%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.37
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99566200.430.370.61351.6327.7430.39
Hex63383E02B253D1601c1e
Octal143707605345755403436
Binary110001111100011111001010111001011111011011000001110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63383E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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