Shades of Don Juan #634B50
Tints of Don Juan #634B50
RGB
CMYK
RGB Variations
Color information
#634B50 (or 0x634B50) is known color: Don Juan. HEX triplet: 63, 4B and 50. RGB value is (99,75,80). Sum of RGB (Red+Green+Blue) = 99+75+80=254 (33% of max value = 765). Red value is 99 (39.06% from 255 or 38.98% from 254); Green value is 75 (29.69% from 255 or 29.53% from 254); Blue value is 80 (31.64% from 255 or 31.50% from 254); Max value from RGB is 99 - color contains mainly: red. Hex color #634B50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #634B50 is #9CB4AF. Grayscale: #525252. Windows color (decimal): -10269872 or 5262179. OLE color: 5262179.
HSL color Cylindrical-coordinate representation of color #634B50: hue angle of 347.5º degrees, saturation: 0.14, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #634B50 is Cyan = 0, Magento = 0.24, Yellow = 0.19 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 75 | 80 | - |
| CMYK | 0 | 0.24 | 0.19 | 0.61 |
| HSL | 347.5º | 0.14% | 0.34% | - |
| HSV(B) | 347.5º | 0.24% | 0.39% | - |
| XYZ | 9.11 | 8.26 | 8.7 | - |
| YUV | 82.75 | 126.45 | 139.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 75 | 80 | 0 | 0.24 | 0.19 | 0.61 | 347.5 | 0.14 | 0.34 |
| Hex | 63 | 4B | 50 | 0 | 18 | 13 | 3D | 15C | E | 22 |
| Octal | 143 | 113 | 120 | 0 | 30 | 23 | 75 | 534 | 16 | 42 |
| Binary | 1100011 | 1001011 | 1010000 | 0 | 11000 | 10011 | 111101 | 101011100 | 1110 | 100010 |
Color Harmonies of #634B50
Complementary color
Monochromatic Colors of #634B50
Black with #634B50
Text Example
Text Example
White with #634B50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #634B50; }
p { color: rgb(99,75,80); }
H1.HeaderClassName
{
color: #634B50;
}
.AnyTagClassName
{
color: #634B50;
}
</style>
background-color css
<style>
a { background-color: #634B50; }
a { background-color: rgb(99,75,80); }
div.DivClassName
{
background-color: #634B50;
}
.BgClassName
{
background-color: #634B50;
}
</style>
border-color css
<style>
span { border-color: #634B50; }
span { border-color: rgb(99,75,80); }
td.TdClassName
{
border-color: #634B50;
}
.TagClassName
{
border-color: #634B50;
}
</style>