Shades of Don Juan #63474D
Tints of Don Juan #63474D
RGB
CMYK
RGB Variations
Color information
#63474D (or 0x63474D) is known color: Don Juan. HEX triplet: 63, 47 and 4D. RGB value is (99,71,77). Sum of RGB (Red+Green+Blue) = 99+71+77=247 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.08% from 247); Green value is 71 (28.12% from 255 or 28.74% from 247); Blue value is 77 (30.47% from 255 or 31.17% from 247); Max value from RGB is 99 - color contains mainly: red. Hex color #63474D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63474D is #9CB8B2. Grayscale: #505050. Windows color (decimal): -10270899 or 5064547. OLE color: 5064547.
HSL color Cylindrical-coordinate representation of color #63474D: hue angle of 347.14º degrees, saturation: 0.16, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #63474D is Cyan = 0, Magento = 0.28, Yellow = 0.22 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 71 | 77 | - |
| CMYK | 0 | 0.28 | 0.22 | 0.61 |
| HSL | 347.14º | 0.16% | 0.33% | - |
| HSV(B) | 347.14º | 0.28% | 0.39% | - |
| XYZ | 8.74 | 7.69 | 8.05 | - |
| YUV | 80.06 | 126.28 | 141.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 71 | 77 | 0 | 0.28 | 0.22 | 0.61 | 347.14 | 0.16 | 0.33 |
| Hex | 63 | 47 | 4D | 0 | 1C | 16 | 3D | 15B | 10 | 21 |
| Octal | 143 | 107 | 115 | 0 | 34 | 26 | 75 | 533 | 20 | 41 |
| Binary | 1100011 | 1000111 | 1001101 | 0 | 11100 | 10110 | 111101 | 101011011 | 10000 | 100001 |
Color Harmonies of #63474D
Complementary color
Monochromatic Colors of #63474D
Black with #63474D
Text Example
Text Example
White with #63474D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63474D; }
p { color: rgb(99,71,77); }
H1.HeaderClassName
{
color: #63474D;
}
.AnyTagClassName
{
color: #63474D;
}
</style>
background-color css
<style>
a { background-color: #63474D; }
a { background-color: rgb(99,71,77); }
div.DivClassName
{
background-color: #63474D;
}
.BgClassName
{
background-color: #63474D;
}
</style>
border-color css
<style>
span { border-color: #63474D; }
span { border-color: rgb(99,71,77); }
td.TdClassName
{
border-color: #63474D;
}
.TagClassName
{
border-color: #63474D;
}
</style>