Shades of Don Juan #63474B
Tints of Don Juan #63474B
RGB
CMYK
RGB Variations
Color information
#63474B (or 0x63474B) is known color: Don Juan. HEX triplet: 63, 47 and 4B. RGB value is (99,71,75). Sum of RGB (Red+Green+Blue) = 99+71+75=245 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.41% from 245); Green value is 71 (28.12% from 255 or 28.98% from 245); Blue value is 75 (29.69% from 255 or 30.61% from 245); Max value from RGB is 99 - color contains mainly: red. Hex color #63474B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63474B is #9CB8B4. Grayscale: #4F4F4F. Windows color (decimal): -10270901 or 4933475. OLE color: 4933475.
HSL color Cylindrical-coordinate representation of color #63474B: hue angle of 351.43º 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 #63474B is Cyan = 0, Magento = 0.28, Yellow = 0.24 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 71 | 75 | - |
| CMYK | 0 | 0.28 | 0.24 | 0.61 |
| HSL | 351.43º | 0.16% | 0.33% | - |
| HSV(B) | 351.43º | 0.28% | 0.39% | - |
| XYZ | 8.67 | 7.67 | 7.68 | - |
| YUV | 79.83 | 125.28 | 141.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 71 | 75 | 0 | 0.28 | 0.24 | 0.61 | 351.43 | 0.16 | 0.33 |
| Hex | 63 | 47 | 4B | 0 | 1C | 18 | 3D | 15F | 10 | 21 |
| Octal | 143 | 107 | 113 | 0 | 34 | 30 | 75 | 537 | 20 | 41 |
| Binary | 1100011 | 1000111 | 1001011 | 0 | 11100 | 11000 | 111101 | 101011111 | 10000 | 100001 |
Color Harmonies of #63474B
Complementary color
Monochromatic Colors of #63474B
Black with #63474B
Text Example
Text Example
White with #63474B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63474B; }
p { color: rgb(99,71,75); }
H1.HeaderClassName
{
color: #63474B;
}
.AnyTagClassName
{
color: #63474B;
}
</style>
background-color css
<style>
a { background-color: #63474B; }
a { background-color: rgb(99,71,75); }
div.DivClassName
{
background-color: #63474B;
}
.BgClassName
{
background-color: #63474B;
}
</style>
border-color css
<style>
span { border-color: #63474B; }
span { border-color: rgb(99,71,75); }
td.TdClassName
{
border-color: #63474B;
}
.TagClassName
{
border-color: #63474B;
}
</style>