Shades of Don Juan #63494B
Tints of Don Juan #63494B
RGB
CMYK
RGB Variations
Color information
#63494B (or 0x63494B) is known color: Don Juan. HEX triplet: 63, 49 and 4B. RGB value is (99,73,75). Sum of RGB (Red+Green+Blue) = 99+73+75=247 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.08% from 247); Green value is 73 (28.91% from 255 or 29.55% from 247); Blue value is 75 (29.69% from 255 or 30.36% from 247); Max value from RGB is 99 - color contains mainly: red. Hex color #63494B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63494B is #9CB6B4. Grayscale: #515151. Windows color (decimal): -10270389 or 4933987. OLE color: 4933987.
HSL color Cylindrical-coordinate representation of color #63494B: hue angle of 355.38º 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 #63494B is Cyan = 0, Magento = 0.26, Yellow = 0.24 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 73 | 75 | - |
| CMYK | 0 | 0.26 | 0.24 | 0.61 |
| HSL | 355.38º | 0.15% | 0.34% | - |
| HSV(B) | 355.38º | 0.26% | 0.39% | - |
| XYZ | 8.8 | 7.93 | 7.72 | - |
| YUV | 81 | 124.61 | 140.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 73 | 75 | 0 | 0.26 | 0.24 | 0.61 | 355.38 | 0.15 | 0.34 |
| Hex | 63 | 49 | 4B | 0 | 1A | 18 | 3D | 163 | F | 22 |
| Octal | 143 | 111 | 113 | 0 | 32 | 30 | 75 | 543 | 17 | 42 |
| Binary | 1100011 | 1001001 | 1001011 | 0 | 11010 | 11000 | 111101 | 101100011 | 1111 | 100010 |
Color Harmonies of #63494B
Complementary color
Monochromatic Colors of #63494B
Black with #63494B
Text Example
Text Example
White with #63494B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63494B; }
p { color: rgb(99,73,75); }
H1.HeaderClassName
{
color: #63494B;
}
.AnyTagClassName
{
color: #63494B;
}
</style>
background-color css
<style>
a { background-color: #63494B; }
a { background-color: rgb(99,73,75); }
div.DivClassName
{
background-color: #63494B;
}
.BgClassName
{
background-color: #63494B;
}
</style>
border-color css
<style>
span { border-color: #63494B; }
span { border-color: rgb(99,73,75); }
td.TdClassName
{
border-color: #63494B;
}
.TagClassName
{
border-color: #63494B;
}
</style>