Shades of Cosmic #73475D
Tints of Cosmic #73475D
RGB
CMYK
RGB Variations
Color information
#73475D (or 0x73475D) is known color: Cosmic. HEX triplet: 73, 47 and 5D. RGB value is (115,71,93). Sum of RGB (Red+Green+Blue) = 115+71+93=279 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.22% from 279); Green value is 71 (28.12% from 255 or 25.45% from 279); Blue value is 93 (36.72% from 255 or 33.33% from 279); Max value from RGB is 115 - color contains mainly: red. Hex color #73475D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73475D is #8CB8A2. Grayscale: #565656. Windows color (decimal): -9222307 or 6113139. OLE color: 6113139.
HSL color Cylindrical-coordinate representation of color #73475D: hue angle of 330º 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 #73475D is Cyan = 0, Magento = 0.38, Yellow = 0.19 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 71 | 93 | - |
| CMYK | 0 | 0.38 | 0.19 | 0.55 |
| HSL | 330º | 0.24% | 0.36% | - |
| HSV(B) | 330º | 0.38% | 0.45% | - |
| XYZ | 11.3 | 8.94 | 11.49 | - |
| YUV | 86.66 | 131.58 | 148.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 71 | 93 | 0 | 0.38 | 0.19 | 0.55 | 330 | 0.24 | 0.36 |
| Hex | 73 | 47 | 5D | 0 | 26 | 13 | 37 | 14A | 18 | 24 |
| Octal | 163 | 107 | 135 | 0 | 46 | 23 | 67 | 512 | 30 | 44 |
| Binary | 1110011 | 1000111 | 1011101 | 0 | 100110 | 10011 | 110111 | 101001010 | 11000 | 100100 |
Color Harmonies of #73475D
Complementary color
Monochromatic Colors of #73475D
Black with #73475D
Text Example
Text Example
White with #73475D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73475D; }
p { color: rgb(115,71,93); }
H1.HeaderClassName
{
color: #73475D;
}
.AnyTagClassName
{
color: #73475D;
}
</style>
background-color css
<style>
a { background-color: #73475D; }
a { background-color: rgb(115,71,93); }
div.DivClassName
{
background-color: #73475D;
}
.BgClassName
{
background-color: #73475D;
}
</style>
border-color css
<style>
span { border-color: #73475D; }
span { border-color: rgb(115,71,93); }
td.TdClassName
{
border-color: #73475D;
}
.TagClassName
{
border-color: #73475D;
}
</style>