Shades of Cosmic #73415D
Tints of Cosmic #73415D
RGB
CMYK
RGB Variations
Color information
#73415D (or 0x73415D) is known color: Cosmic. HEX triplet: 73, 41 and 5D. RGB value is (115,65,93). Sum of RGB (Red+Green+Blue) = 115+65+93=273 (36% of max value = 765). Red value is 115 (45.31% from 255 or 42.12% from 273); Green value is 65 (25.78% from 255 or 23.81% from 273); Blue value is 93 (36.72% from 255 or 34.07% from 273); Max value from RGB is 115 - color contains mainly: red. Hex color #73415D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73415D is #8CBEA2. Grayscale: #535353. Windows color (decimal): -9223843 or 6111603. OLE color: 6111603.
HSL color Cylindrical-coordinate representation of color #73415D: hue angle of 326.4º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #73415D is Cyan = 0, Magento = 0.43, Yellow = 0.19 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 65 | 93 | - |
| CMYK | 0 | 0.43 | 0.19 | 0.55 |
| HSL | 326.4º | 0.28% | 0.35% | - |
| HSV(B) | 326.4º | 0.43% | 0.45% | - |
| XYZ | 10.94 | 8.22 | 11.37 | - |
| YUV | 83.14 | 133.57 | 150.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 65 | 93 | 0 | 0.43 | 0.19 | 0.55 | 326.4 | 0.28 | 0.35 |
| Hex | 73 | 41 | 5D | 0 | 2B | 13 | 37 | 146 | 1C | 23 |
| Octal | 163 | 101 | 135 | 0 | 53 | 23 | 67 | 506 | 34 | 43 |
| Binary | 1110011 | 1000001 | 1011101 | 0 | 101011 | 10011 | 110111 | 101000110 | 11100 | 100011 |
Color Harmonies of #73415D
Complementary color
Monochromatic Colors of #73415D
Black with #73415D
Text Example
Text Example
White with #73415D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73415D; }
p { color: rgb(115,65,93); }
H1.HeaderClassName
{
color: #73415D;
}
.AnyTagClassName
{
color: #73415D;
}
</style>
background-color css
<style>
a { background-color: #73415D; }
a { background-color: rgb(115,65,93); }
div.DivClassName
{
background-color: #73415D;
}
.BgClassName
{
background-color: #73415D;
}
</style>
border-color css
<style>
span { border-color: #73415D; }
span { border-color: rgb(115,65,93); }
td.TdClassName
{
border-color: #73415D;
}
.TagClassName
{
border-color: #73415D;
}
</style>