Shades of Dallas #63472B
Tints of Dallas #63472B
RGB
CMYK
RGB Variations
Color information
#63472B (or 0x63472B) is known color: Dallas. HEX triplet: 63, 47 and 2B. RGB value is (99,71,43). Sum of RGB (Red+Green+Blue) = 99+71+43=213 (28% of max value = 765). Red value is 99 (39.06% from 255 or 46.48% from 213); Green value is 71 (28.12% from 255 or 33.33% from 213); Blue value is 43 (17.19% from 255 or 20.19% from 213); Max value from RGB is 99 - color contains mainly: red. Hex color #63472B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63472B is #9CB8D4. Grayscale: #4C4C4C. Windows color (decimal): -10270933 or 2836323. OLE color: 2836323.
HSL color Cylindrical-coordinate representation of color #63472B: hue angle of 30º degrees, saturation: 0.39, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #63472B is Cyan = 0, Magento = 0.28, Yellow = 0.57 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 71 | 43 | - |
| CMYK | 0 | 0.28 | 0.57 | 0.61 |
| HSL | 30º | 0.39% | 0.28% | - |
| HSV(B) | 30º | 0.57% | 0.39% | - |
| XYZ | 7.83 | 7.33 | 3.29 | - |
| YUV | 76.18 | 109.28 | 144.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 71 | 43 | 0 | 0.28 | 0.57 | 0.61 | 30 | 0.39 | 0.28 |
| Hex | 63 | 47 | 2B | 0 | 1C | 39 | 3D | 1E | 27 | 1C |
| Octal | 143 | 107 | 53 | 0 | 34 | 71 | 75 | 36 | 47 | 34 |
| Binary | 1100011 | 1000111 | 101011 | 0 | 11100 | 111001 | 111101 | 11110 | 100111 | 11100 |
Color Harmonies of #63472B
Complementary color
Monochromatic Colors of #63472B
Black with #63472B
Text Example
Text Example
White with #63472B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63472B; }
p { color: rgb(99,71,43); }
H1.HeaderClassName
{
color: #63472B;
}
.AnyTagClassName
{
color: #63472B;
}
</style>
background-color css
<style>
a { background-color: #63472B; }
a { background-color: rgb(99,71,43); }
div.DivClassName
{
background-color: #63472B;
}
.BgClassName
{
background-color: #63472B;
}
</style>
border-color css
<style>
span { border-color: #63472B; }
span { border-color: rgb(99,71,43); }
td.TdClassName
{
border-color: #63472B;
}
.TagClassName
{
border-color: #63472B;
}
</style>