Shades of Cosmic #73485A
Tints of Cosmic #73485A
RGB
CMYK
RGB Variations
Color information
#73485A (or 0x73485A) is known color: Cosmic. HEX triplet: 73, 48 and 5A. RGB value is (115,72,90). Sum of RGB (Red+Green+Blue) = 115+72+90=277 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.52% from 277); Green value is 72 (28.52% from 255 or 25.99% from 277); Blue value is 90 (35.55% from 255 or 32.49% from 277); Max value from RGB is 115 - color contains mainly: red. Hex color #73485A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73485A is #8CB7A5. Grayscale: #565656. Windows color (decimal): -9222054 or 5916787. OLE color: 5916787.
HSL color Cylindrical-coordinate representation of color #73485A: hue angle of 334.88º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #73485A is Cyan = 0, Magento = 0.37, Yellow = 0.22 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 72 | 90 | - |
| CMYK | 0 | 0.37 | 0.22 | 0.55 |
| HSL | 334.88º | 0.23% | 0.37% | - |
| HSV(B) | 334.88º | 0.37% | 0.45% | - |
| XYZ | 11.23 | 9.02 | 10.82 | - |
| YUV | 86.91 | 129.75 | 148.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 72 | 90 | 0 | 0.37 | 0.22 | 0.55 | 334.88 | 0.23 | 0.37 |
| Hex | 73 | 48 | 5A | 0 | 25 | 16 | 37 | 14F | 17 | 25 |
| Octal | 163 | 110 | 132 | 0 | 45 | 26 | 67 | 517 | 27 | 45 |
| Binary | 1110011 | 1001000 | 1011010 | 0 | 100101 | 10110 | 110111 | 101001111 | 10111 | 100101 |
Color Harmonies of #73485A
Complementary color
Monochromatic Colors of #73485A
Black with #73485A
Text Example
Text Example
White with #73485A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73485A; }
p { color: rgb(115,72,90); }
H1.HeaderClassName
{
color: #73485A;
}
.AnyTagClassName
{
color: #73485A;
}
</style>
background-color css
<style>
a { background-color: #73485A; }
a { background-color: rgb(115,72,90); }
div.DivClassName
{
background-color: #73485A;
}
.BgClassName
{
background-color: #73485A;
}
</style>
border-color css
<style>
span { border-color: #73485A; }
span { border-color: rgb(115,72,90); }
td.TdClassName
{
border-color: #73485A;
}
.TagClassName
{
border-color: #73485A;
}
</style>