Shades of Cosmic #73435F
Tints of Cosmic #73435F
RGB
CMYK
RGB Variations
Color information
#73435F (or 0x73435F) is known color: Cosmic. HEX triplet: 73, 43 and 5F. RGB value is (115,67,95). Sum of RGB (Red+Green+Blue) = 115+67+95=277 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.52% from 277); Green value is 67 (26.56% from 255 or 24.19% from 277); Blue value is 95 (37.5% from 255 or 34.30% from 277); Max value from RGB is 115 - color contains mainly: red. Hex color #73435F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73435F is #8CBCA0. Grayscale: #545454. Windows color (decimal): -9223329 or 6243187. OLE color: 6243187.
HSL color Cylindrical-coordinate representation of color #73435F: hue angle of 325º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #73435F is Cyan = 0, Magento = 0.42, Yellow = 0.17 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 67 | 95 | - |
| CMYK | 0 | 0.42 | 0.17 | 0.55 |
| HSL | 325º | 0.26% | 0.36% | - |
| HSV(B) | 325º | 0.42% | 0.45% | - |
| XYZ | 11.14 | 8.49 | 11.88 | - |
| YUV | 84.54 | 133.9 | 149.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 67 | 95 | 0 | 0.42 | 0.17 | 0.55 | 325 | 0.26 | 0.36 |
| Hex | 73 | 43 | 5F | 0 | 2A | 11 | 37 | 145 | 1A | 24 |
| Octal | 163 | 103 | 137 | 0 | 52 | 21 | 67 | 505 | 32 | 44 |
| Binary | 1110011 | 1000011 | 1011111 | 0 | 101010 | 10001 | 110111 | 101000101 | 11010 | 100100 |
Color Harmonies of #73435F
Complementary color
Monochromatic Colors of #73435F
Black with #73435F
Text Example
Text Example
White with #73435F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73435F; }
p { color: rgb(115,67,95); }
H1.HeaderClassName
{
color: #73435F;
}
.AnyTagClassName
{
color: #73435F;
}
</style>
background-color css
<style>
a { background-color: #73435F; }
a { background-color: rgb(115,67,95); }
div.DivClassName
{
background-color: #73435F;
}
.BgClassName
{
background-color: #73435F;
}
</style>
border-color css
<style>
span { border-color: #73435F; }
span { border-color: rgb(115,67,95); }
td.TdClassName
{
border-color: #73435F;
}
.TagClassName
{
border-color: #73435F;
}
</style>