Shades of Cosmic #73425E
Tints of Cosmic #73425E
RGB
CMYK
RGB Variations
Color information
#73425E (or 0x73425E) is known color: Cosmic. HEX triplet: 73, 42 and 5E. RGB value is (115,66,94). Sum of RGB (Red+Green+Blue) = 115+66+94=275 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.82% from 275); Green value is 66 (26.17% from 255 or 24% from 275); Blue value is 94 (37.11% from 255 or 34.18% from 275); Max value from RGB is 115 - color contains mainly: red. Hex color #73425E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73425E is #8CBDA1. Grayscale: #535353. Windows color (decimal): -9223586 or 6177395. OLE color: 6177395.
HSL color Cylindrical-coordinate representation of color #73425E: hue angle of 325.71º degrees, saturation: 0.27, 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 #73425E is Cyan = 0, Magento = 0.43, Yellow = 0.18 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 66 | 94 | - |
| CMYK | 0 | 0.43 | 0.18 | 0.55 |
| HSL | 325.71º | 0.27% | 0.35% | - |
| HSV(B) | 325.71º | 0.43% | 0.45% | - |
| XYZ | 11.04 | 8.35 | 11.62 | - |
| YUV | 83.84 | 133.73 | 150.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 66 | 94 | 0 | 0.43 | 0.18 | 0.55 | 325.71 | 0.27 | 0.35 |
| Hex | 73 | 42 | 5E | 0 | 2B | 12 | 37 | 146 | 1B | 23 |
| Octal | 163 | 102 | 136 | 0 | 53 | 22 | 67 | 506 | 33 | 43 |
| Binary | 1110011 | 1000010 | 1011110 | 0 | 101011 | 10010 | 110111 | 101000110 | 11011 | 100011 |
Color Harmonies of #73425E
Complementary color
Monochromatic Colors of #73425E
Black with #73425E
Text Example
Text Example
White with #73425E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73425E; }
p { color: rgb(115,66,94); }
H1.HeaderClassName
{
color: #73425E;
}
.AnyTagClassName
{
color: #73425E;
}
</style>
background-color css
<style>
a { background-color: #73425E; }
a { background-color: rgb(115,66,94); }
div.DivClassName
{
background-color: #73425E;
}
.BgClassName
{
background-color: #73425E;
}
</style>
border-color css
<style>
span { border-color: #73425E; }
span { border-color: rgb(115,66,94); }
td.TdClassName
{
border-color: #73425E;
}
.TagClassName
{
border-color: #73425E;
}
</style>