Shades of Cosmic #70445F
Tints of Cosmic #70445F
RGB
CMYK
RGB Variations
Color information
#70445F (or 0x70445F) is known color: Cosmic. HEX triplet: 70, 44 and 5F. RGB value is (112,68,95). Sum of RGB (Red+Green+Blue) = 112+68+95=275 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.73% from 275); Green value is 68 (26.95% from 255 or 24.73% from 275); Blue value is 95 (37.5% from 255 or 34.55% from 275); Max value from RGB is 112 - color contains mainly: red. Hex color #70445F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70445F is #8FBBA0. Grayscale: #545454. Windows color (decimal): -9419681 or 6243440. OLE color: 6243440.
HSL color Cylindrical-coordinate representation of color #70445F: hue angle of 323.18º degrees, saturation: 0.24, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #70445F is Cyan = 0, Magento = 0.39, Yellow = 0.15 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 68 | 95 | - |
| CMYK | 0 | 0.39 | 0.15 | 0.56 |
| HSL | 323.18º | 0.24% | 0.35% | - |
| HSV(B) | 323.18º | 0.39% | 0.44% | - |
| XYZ | 10.81 | 8.41 | 11.88 | - |
| YUV | 84.23 | 134.08 | 147.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 68 | 95 | 0 | 0.39 | 0.15 | 0.56 | 323.18 | 0.24 | 0.35 |
| Hex | 70 | 44 | 5F | 0 | 27 | F | 38 | 143 | 18 | 23 |
| Octal | 160 | 104 | 137 | 0 | 47 | 17 | 70 | 503 | 30 | 43 |
| Binary | 1110000 | 1000100 | 1011111 | 0 | 100111 | 1111 | 111000 | 101000011 | 11000 | 100011 |
Color Harmonies of #70445F
Complementary color
Monochromatic Colors of #70445F
Black with #70445F
Text Example
Text Example
White with #70445F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70445F; }
p { color: rgb(112,68,95); }
H1.HeaderClassName
{
color: #70445F;
}
.AnyTagClassName
{
color: #70445F;
}
</style>
background-color css
<style>
a { background-color: #70445F; }
a { background-color: rgb(112,68,95); }
div.DivClassName
{
background-color: #70445F;
}
.BgClassName
{
background-color: #70445F;
}
</style>
border-color css
<style>
span { border-color: #70445F; }
span { border-color: rgb(112,68,95); }
td.TdClassName
{
border-color: #70445F;
}
.TagClassName
{
border-color: #70445F;
}
</style>