Shades of Cosmic #73535D
Tints of Cosmic #73535D
RGB
CMYK
RGB Variations
Color information
#73535D (or 0x73535D) is known color: Cosmic. HEX triplet: 73, 53 and 5D. RGB value is (115,83,93). Sum of RGB (Red+Green+Blue) = 115+83+93=291 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.52% from 291); Green value is 83 (32.81% from 255 or 28.52% from 291); Blue value is 93 (36.72% from 255 or 31.96% from 291); Max value from RGB is 115 - color contains mainly: red. Hex color #73535D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73535D is #8CACA2. Grayscale: #5D5D5D. Windows color (decimal): -9219235 or 6116211. OLE color: 6116211.
HSL color Cylindrical-coordinate representation of color #73535D: hue angle of 341.25º degrees, saturation: 0.16, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #73535D is Cyan = 0, Magento = 0.28, Yellow = 0.19 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 83 | 93 | - |
| CMYK | 0 | 0.28 | 0.19 | 0.55 |
| HSL | 341.25º | 0.16% | 0.39% | - |
| HSV(B) | 341.25º | 0.28% | 0.45% | - |
| XYZ | 12.14 | 10.62 | 11.77 | - |
| YUV | 93.71 | 127.6 | 143.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 83 | 93 | 0 | 0.28 | 0.19 | 0.55 | 341.25 | 0.16 | 0.39 |
| Hex | 73 | 53 | 5D | 0 | 1C | 13 | 37 | 155 | 10 | 27 |
| Octal | 163 | 123 | 135 | 0 | 34 | 23 | 67 | 525 | 20 | 47 |
| Binary | 1110011 | 1010011 | 1011101 | 0 | 11100 | 10011 | 110111 | 101010101 | 10000 | 100111 |
Color Harmonies of #73535D
Complementary color
Monochromatic Colors of #73535D
Black with #73535D
Text Example
Text Example
White with #73535D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73535D; }
p { color: rgb(115,83,93); }
H1.HeaderClassName
{
color: #73535D;
}
.AnyTagClassName
{
color: #73535D;
}
</style>
background-color css
<style>
a { background-color: #73535D; }
a { background-color: rgb(115,83,93); }
div.DivClassName
{
background-color: #73535D;
}
.BgClassName
{
background-color: #73535D;
}
</style>
border-color css
<style>
span { border-color: #73535D; }
span { border-color: rgb(115,83,93); }
td.TdClassName
{
border-color: #73535D;
}
.TagClassName
{
border-color: #73535D;
}
</style>