Shades of Cosmic #73435C
Tints of Cosmic #73435C
RGB
CMYK
RGB Variations
Color information
#73435C (or 0x73435C) is known color: Cosmic. HEX triplet: 73, 43 and 5C. RGB value is (115,67,92). Sum of RGB (Red+Green+Blue) = 115+67+92=274 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.97% from 274); Green value is 67 (26.56% from 255 or 24.45% from 274); Blue value is 92 (36.33% from 255 or 33.58% from 274); Max value from RGB is 115 - color contains mainly: red. Hex color #73435C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73435C is #8CBCA3. Grayscale: #545454. Windows color (decimal): -9223332 or 6046579. OLE color: 6046579.
HSL color Cylindrical-coordinate representation of color #73435C: hue angle of 328.75º 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 #73435C is Cyan = 0, Magento = 0.42, Yellow = 0.20 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 67 | 92 | - |
| CMYK | 0 | 0.42 | 0.20 | 0.55 |
| HSL | 328.75º | 0.26% | 0.36% | - |
| HSV(B) | 328.75º | 0.42% | 0.45% | - |
| XYZ | 11.01 | 8.43 | 11.17 | - |
| YUV | 84.2 | 132.4 | 149.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 67 | 92 | 0 | 0.42 | 0.20 | 0.55 | 328.75 | 0.26 | 0.36 |
| Hex | 73 | 43 | 5C | 0 | 2A | 14 | 37 | 149 | 1A | 24 |
| Octal | 163 | 103 | 134 | 0 | 52 | 24 | 67 | 511 | 32 | 44 |
| Binary | 1110011 | 1000011 | 1011100 | 0 | 101010 | 10100 | 110111 | 101001001 | 11010 | 100100 |
Color Harmonies of #73435C
Complementary color
Monochromatic Colors of #73435C
Black with #73435C
Text Example
Text Example
White with #73435C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73435C; }
p { color: rgb(115,67,92); }
H1.HeaderClassName
{
color: #73435C;
}
.AnyTagClassName
{
color: #73435C;
}
</style>
background-color css
<style>
a { background-color: #73435C; }
a { background-color: rgb(115,67,92); }
div.DivClassName
{
background-color: #73435C;
}
.BgClassName
{
background-color: #73435C;
}
</style>
border-color css
<style>
span { border-color: #73435C; }
span { border-color: rgb(115,67,92); }
td.TdClassName
{
border-color: #73435C;
}
.TagClassName
{
border-color: #73435C;
}
</style>