#63383B

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

Shades of Merlot #63383B

Tints of Merlot #63383B

Color information

#63383B (or 0x63383B) is unknown color: approx Merlot. HEX triplet: 63, 38 and 3B. RGB value is (99,56,59). Sum of RGB (Red+Green+Blue) = 99+56+59=214 (28% of max value = 765). Red value is 99 (39.06% from 255 or 46.26% from 214); Green value is 56 (22.27% from 255 or 26.17% from 214); Blue value is 59 (23.44% from 255 or 27.57% from 214); Max value from RGB is 99 - color contains mainly: red. Hex color #63383B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63383B is #9CC7C4. Grayscale: #454545. Windows color (decimal): -10274757 or 3881059. OLE color: 3881059.

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

Color convert

RGB995659-
CMYK00.430.400.61
HSL355.81º27.74%30.39%-
HSV(B)355.81º43.43%38.82%-
XYZ7.355.84.87-
YUV69.2122.25149.26-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 46.26%
GREEN value IS 56 (22.27% from 255) = 26.17%
BLUE value IS 59 (23.44% from 255) = 27.57%
R=46.26%
G=26.17%
B=27.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.40
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99565900.430.400.61355.8127.7430.39
Hex63383B02B283D1641c1e
Octal143707305350755443436
Binary110001111100011101101010111010001111011011001001110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63383B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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