Shades of Space Shuttle #51463D
Tints of Space Shuttle #51463D
RGB
CMYK
RGB Variations
Color information
#51463D (or 0x51463D) is known color: Space Shuttle. HEX triplet: 51, 46 and 3D. RGB value is (81,70,61). Sum of RGB (Red+Green+Blue) = 81+70+61=212 (28% of max value = 765). Red value is 81 (32.03% from 255 or 38.21% from 212); Green value is 70 (27.73% from 255 or 33.02% from 212); Blue value is 61 (24.22% from 255 or 28.77% from 212); Max value from RGB is 81 - color contains mainly: red. Hex color #51463D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51463D is #AEB9C2. Grayscale: #484848. Windows color (decimal): -11450819 or 4015697. OLE color: 4015697.
HSL color Cylindrical-coordinate representation of color #51463D: hue angle of 27º degrees, saturation: 0.14, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #51463D is Cyan = 0, Magento = 0.14, Yellow = 0.25 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 70 | 61 | - |
| CMYK | 0 | 0.14 | 0.25 | 0.68 |
| HSL | 27º | 0.14% | 0.28% | - |
| HSV(B) | 27º | 0.25% | 0.32% | - |
| XYZ | 6.43 | 6.47 | 5.32 | - |
| YUV | 72.26 | 121.64 | 134.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 70 | 61 | 0 | 0.14 | 0.25 | 0.68 | 27 | 0.14 | 0.28 |
| Hex | 51 | 46 | 3D | 0 | E | 19 | 44 | 1B | E | 1C |
| Octal | 121 | 106 | 75 | 0 | 16 | 31 | 104 | 33 | 16 | 34 |
| Binary | 1010001 | 1000110 | 111101 | 0 | 1110 | 11001 | 1000100 | 11011 | 1110 | 11100 |
Color Harmonies of #51463D
Complementary color
Monochromatic Colors of #51463D
Black with #51463D
Text Example
Text Example
White with #51463D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51463D; }
p { color: rgb(81,70,61); }
H1.HeaderClassName
{
color: #51463D;
}
.AnyTagClassName
{
color: #51463D;
}
</style>
background-color css
<style>
a { background-color: #51463D; }
a { background-color: rgb(81,70,61); }
div.DivClassName
{
background-color: #51463D;
}
.BgClassName
{
background-color: #51463D;
}
</style>
border-color css
<style>
span { border-color: #51463D; }
span { border-color: rgb(81,70,61); }
td.TdClassName
{
border-color: #51463D;
}
.TagClassName
{
border-color: #51463D;
}
</style>