Shades of Cosmic #73475B
Tints of Cosmic #73475B
RGB
CMYK
RGB Variations
Color information
#73475B (or 0x73475B) is known color: Cosmic. HEX triplet: 73, 47 and 5B. RGB value is (115,71,91). Sum of RGB (Red+Green+Blue) = 115+71+91=277 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.52% from 277); Green value is 71 (28.12% from 255 or 25.63% from 277); Blue value is 91 (35.94% from 255 or 32.85% from 277); Max value from RGB is 115 - color contains mainly: red. Hex color #73475B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73475B is #8CB8A4. Grayscale: #565656. Windows color (decimal): -9222309 or 5982067. OLE color: 5982067.
HSL color Cylindrical-coordinate representation of color #73475B: hue angle of 332.73º degrees, saturation: 0.24, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #73475B is Cyan = 0, Magento = 0.38, Yellow = 0.21 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 71 | 91 | - |
| CMYK | 0 | 0.38 | 0.21 | 0.55 |
| HSL | 332.73º | 0.24% | 0.36% | - |
| HSV(B) | 332.73º | 0.38% | 0.45% | - |
| XYZ | 11.21 | 8.91 | 11.03 | - |
| YUV | 86.44 | 130.58 | 148.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 71 | 91 | 0 | 0.38 | 0.21 | 0.55 | 332.73 | 0.24 | 0.36 |
| Hex | 73 | 47 | 5B | 0 | 26 | 15 | 37 | 14D | 18 | 24 |
| Octal | 163 | 107 | 133 | 0 | 46 | 25 | 67 | 515 | 30 | 44 |
| Binary | 1110011 | 1000111 | 1011011 | 0 | 100110 | 10101 | 110111 | 101001101 | 11000 | 100100 |
Color Harmonies of #73475B
Complementary color
Monochromatic Colors of #73475B
Black with #73475B
Text Example
Text Example
White with #73475B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73475B; }
p { color: rgb(115,71,91); }
H1.HeaderClassName
{
color: #73475B;
}
.AnyTagClassName
{
color: #73475B;
}
</style>
background-color css
<style>
a { background-color: #73475B; }
a { background-color: rgb(115,71,91); }
div.DivClassName
{
background-color: #73475B;
}
.BgClassName
{
background-color: #73475B;
}
</style>
border-color css
<style>
span { border-color: #73475B; }
span { border-color: rgb(115,71,91); }
td.TdClassName
{
border-color: #73475B;
}
.TagClassName
{
border-color: #73475B;
}
</style>