Shades of Space Shuttle #44413D
Tints of Space Shuttle #44413D
RGB
CMYK
RGB Variations
Color information
#44413D (or 0x44413D) is known color: Space Shuttle. HEX triplet: 44, 41 and 3D. RGB value is (68,65,61). Sum of RGB (Red+Green+Blue) = 68+65+61=194 (25% of max value = 765). Red value is 68 (26.95% from 255 or 35.05% from 194); Green value is 65 (25.78% from 255 or 33.51% from 194); Blue value is 61 (24.22% from 255 or 31.44% from 194); Max value from RGB is 68 - color contains mainly: red. Hex color #44413D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44413D is #BBBEC2. Grayscale: #414141. Windows color (decimal): -12304067 or 4014404. OLE color: 4014404.
HSL color Cylindrical-coordinate representation of color #44413D: hue angle of 34.29º degrees, saturation: 0.05, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #44413D is Cyan = 0, Magento = 0.04, Yellow = 0.10 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 65 | 61 | - |
| CMYK | 0 | 0.04 | 0.10 | 0.73 |
| HSL | 34.29º | 0.05% | 0.25% | - |
| HSV(B) | 34.29º | 0.1% | 0.27% | - |
| XYZ | 5.12 | 5.35 | 5.18 | - |
| YUV | 65.44 | 125.49 | 129.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 65 | 61 | 0 | 0.04 | 0.10 | 0.73 | 34.29 | 0.05 | 0.25 |
| Hex | 44 | 41 | 3D | 0 | 4 | A | 49 | 22 | 5 | 19 |
| Octal | 104 | 101 | 75 | 0 | 4 | 12 | 111 | 42 | 5 | 31 |
| Binary | 1000100 | 1000001 | 111101 | 0 | 100 | 1010 | 1001001 | 100010 | 101 | 11001 |
Color Harmonies of #44413D
Complementary color
Monochromatic Colors of #44413D
Black with #44413D
Text Example
Text Example
White with #44413D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44413D; }
p { color: rgb(68,65,61); }
H1.HeaderClassName
{
color: #44413D;
}
.AnyTagClassName
{
color: #44413D;
}
</style>
background-color css
<style>
a { background-color: #44413D; }
a { background-color: rgb(68,65,61); }
div.DivClassName
{
background-color: #44413D;
}
.BgClassName
{
background-color: #44413D;
}
</style>
border-color css
<style>
span { border-color: #44413D; }
span { border-color: rgb(68,65,61); }
td.TdClassName
{
border-color: #44413D;
}
.TagClassName
{
border-color: #44413D;
}
</style>