Shades of Space Shuttle #45413E
Tints of Space Shuttle #45413E
RGB
CMYK
RGB Variations
Color information
#45413E (or 0x45413E) is known color: Space Shuttle. HEX triplet: 45, 41 and 3E. RGB value is (69,65,62). Sum of RGB (Red+Green+Blue) = 69+65+62=196 (25% of max value = 765). Red value is 69 (27.34% from 255 or 35.20% from 196); Green value is 65 (25.78% from 255 or 33.16% from 196); Blue value is 62 (24.61% from 255 or 31.63% from 196); Max value from RGB is 69 - color contains mainly: red. Hex color #45413E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #45413E is #BABEC1. Grayscale: #414141. Windows color (decimal): -12238530 or 4079941. OLE color: 4079941.
HSL color Cylindrical-coordinate representation of color #45413E: hue angle of 25.71º degrees, saturation: 0.05, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #45413E is Cyan = 0, Magento = 0.06, Yellow = 0.10 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 69 | 65 | 62 | - |
| CMYK | 0 | 0.06 | 0.10 | 0.73 |
| HSL | 25.71º | 0.05% | 0.26% | - |
| HSV(B) | 25.71º | 0.1% | 0.27% | - |
| XYZ | 5.21 | 5.39 | 5.32 | - |
| YUV | 65.85 | 125.83 | 130.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 65 | 62 | 0 | 0.06 | 0.10 | 0.73 | 25.71 | 0.05 | 0.26 |
| Hex | 45 | 41 | 3E | 0 | 6 | A | 49 | 1A | 5 | 1A |
| Octal | 105 | 101 | 76 | 0 | 6 | 12 | 111 | 32 | 5 | 32 |
| Binary | 1000101 | 1000001 | 111110 | 0 | 110 | 1010 | 1001001 | 11010 | 101 | 11010 |
Color Harmonies of #45413E
Complementary color
Monochromatic Colors of #45413E
Black with #45413E
Text Example
Text Example
White with #45413E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45413E; }
p { color: rgb(69,65,62); }
H1.HeaderClassName
{
color: #45413E;
}
.AnyTagClassName
{
color: #45413E;
}
</style>
background-color css
<style>
a { background-color: #45413E; }
a { background-color: rgb(69,65,62); }
div.DivClassName
{
background-color: #45413E;
}
.BgClassName
{
background-color: #45413E;
}
</style>
border-color css
<style>
span { border-color: #45413E; }
span { border-color: rgb(69,65,62); }
td.TdClassName
{
border-color: #45413E;
}
.TagClassName
{
border-color: #45413E;
}
</style>