Shades of Don Juan #63494D
Tints of Don Juan #63494D
RGB
CMYK
RGB Variations
Color information
#63494D (or 0x63494D) is known color: Don Juan. HEX triplet: 63, 49 and 4D. RGB value is (99,73,77). Sum of RGB (Red+Green+Blue) = 99+73+77=249 (32% of max value = 765). Red value is 99 (39.06% from 255 or 39.76% from 249); Green value is 73 (28.91% from 255 or 29.32% from 249); Blue value is 77 (30.47% from 255 or 30.92% from 249); Max value from RGB is 99 - color contains mainly: red. Hex color #63494D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63494D is #9CB6B2. Grayscale: #515151. Windows color (decimal): -10270387 or 5065059. OLE color: 5065059.
HSL color Cylindrical-coordinate representation of color #63494D: hue angle of 350.77º degrees, saturation: 0.15, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #63494D is Cyan = 0, Magento = 0.26, Yellow = 0.22 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 73 | 77 | - |
| CMYK | 0 | 0.26 | 0.22 | 0.61 |
| HSL | 350.77º | 0.15% | 0.34% | - |
| HSV(B) | 350.77º | 0.26% | 0.39% | - |
| XYZ | 8.87 | 7.95 | 8.09 | - |
| YUV | 81.23 | 125.61 | 140.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 73 | 77 | 0 | 0.26 | 0.22 | 0.61 | 350.77 | 0.15 | 0.34 |
| Hex | 63 | 49 | 4D | 0 | 1A | 16 | 3D | 15F | F | 22 |
| Octal | 143 | 111 | 115 | 0 | 32 | 26 | 75 | 537 | 17 | 42 |
| Binary | 1100011 | 1001001 | 1001101 | 0 | 11010 | 10110 | 111101 | 101011111 | 1111 | 100010 |
Color Harmonies of #63494D
Complementary color
Monochromatic Colors of #63494D
Black with #63494D
Text Example
Text Example
White with #63494D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63494D; }
p { color: rgb(99,73,77); }
H1.HeaderClassName
{
color: #63494D;
}
.AnyTagClassName
{
color: #63494D;
}
</style>
background-color css
<style>
a { background-color: #63494D; }
a { background-color: rgb(99,73,77); }
div.DivClassName
{
background-color: #63494D;
}
.BgClassName
{
background-color: #63494D;
}
</style>
border-color css
<style>
span { border-color: #63494D; }
span { border-color: rgb(99,73,77); }
td.TdClassName
{
border-color: #63494D;
}
.TagClassName
{
border-color: #63494D;
}
</style>