Shades of Cosmic #73455B
Tints of Cosmic #73455B
RGB
CMYK
RGB Variations
Color information
#73455B (or 0x73455B) is known color: Cosmic. HEX triplet: 73, 45 and 5B. RGB value is (115,69,91). Sum of RGB (Red+Green+Blue) = 115+69+91=275 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.82% from 275); Green value is 69 (27.34% from 255 or 25.09% from 275); Blue value is 91 (35.94% from 255 or 33.09% from 275); Max value from RGB is 115 - color contains mainly: red. Hex color #73455B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73455B is #8CBAA4. Grayscale: #555555. Windows color (decimal): -9222821 or 5981555. OLE color: 5981555.
HSL color Cylindrical-coordinate representation of color #73455B: hue angle of 331.3º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #73455B is Cyan = 0, Magento = 0.4, Yellow = 0.21 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 69 | 91 | - |
| CMYK | 0 | 0.4 | 0.21 | 0.55 |
| HSL | 331.3º | 0.25% | 0.36% | - |
| HSV(B) | 331.3º | 0.4% | 0.45% | - |
| XYZ | 11.09 | 8.66 | 10.98 | - |
| YUV | 85.26 | 131.24 | 149.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 69 | 91 | 0 | 0.4 | 0.21 | 0.55 | 331.3 | 0.25 | 0.36 |
| Hex | 73 | 45 | 5B | 0 | 28 | 15 | 37 | 14B | 19 | 24 |
| Octal | 163 | 105 | 133 | 0 | 50 | 25 | 67 | 513 | 31 | 44 |
| Binary | 1110011 | 1000101 | 1011011 | 0 | 101000 | 10101 | 110111 | 101001011 | 11001 | 100100 |
Color Harmonies of #73455B
Complementary color
Monochromatic Colors of #73455B
Black with #73455B
Text Example
Text Example
White with #73455B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73455B; }
p { color: rgb(115,69,91); }
H1.HeaderClassName
{
color: #73455B;
}
.AnyTagClassName
{
color: #73455B;
}
</style>
background-color css
<style>
a { background-color: #73455B; }
a { background-color: rgb(115,69,91); }
div.DivClassName
{
background-color: #73455B;
}
.BgClassName
{
background-color: #73455B;
}
</style>
border-color css
<style>
span { border-color: #73455B; }
span { border-color: rgb(115,69,91); }
td.TdClassName
{
border-color: #73455B;
}
.TagClassName
{
border-color: #73455B;
}
</style>