Shades of Cosmic #733F61
Tints of Cosmic #733F61
RGB
CMYK
RGB Variations
Color information
#733F61 (or 0x733F61) is known color: Cosmic. HEX triplet: 73, 3F and 61. RGB value is (115,63,97). Sum of RGB (Red+Green+Blue) = 115+63+97=275 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.82% from 275); Green value is 63 (25% from 255 or 22.91% from 275); Blue value is 97 (38.28% from 255 or 35.27% from 275); Max value from RGB is 115 - color contains mainly: red. Hex color #733F61 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #733F61 is #8CC09E. Grayscale: #525252. Windows color (decimal): -9224351 or 6373235. OLE color: 6373235.
HSL color Cylindrical-coordinate representation of color #733F61: hue angle of 320.77º degrees, saturation: 0.29, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #733F61 is Cyan = 0, Magento = 0.45, Yellow = 0.16 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 63 | 97 | - |
| CMYK | 0 | 0.45 | 0.16 | 0.55 |
| HSL | 320.77º | 0.29% | 0.35% | - |
| HSV(B) | 320.77º | 0.45% | 0.45% | - |
| XYZ | 11.01 | 8.06 | 12.29 | - |
| YUV | 82.42 | 136.23 | 151.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 63 | 97 | 0 | 0.45 | 0.16 | 0.55 | 320.77 | 0.29 | 0.35 |
| Hex | 73 | 3F | 61 | 0 | 2D | 10 | 37 | 141 | 1D | 23 |
| Octal | 163 | 77 | 141 | 0 | 55 | 20 | 67 | 501 | 35 | 43 |
| Binary | 1110011 | 111111 | 1100001 | 0 | 101101 | 10000 | 110111 | 101000001 | 11101 | 100011 |
Color Harmonies of #733F61
Complementary color
Monochromatic Colors of #733F61
Black with #733F61
Text Example
Text Example
White with #733F61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #733F61; }
p { color: rgb(115,63,97); }
H1.HeaderClassName
{
color: #733F61;
}
.AnyTagClassName
{
color: #733F61;
}
</style>
background-color css
<style>
a { background-color: #733F61; }
a { background-color: rgb(115,63,97); }
div.DivClassName
{
background-color: #733F61;
}
.BgClassName
{
background-color: #733F61;
}
</style>
border-color css
<style>
span { border-color: #733F61; }
span { border-color: rgb(115,63,97); }
td.TdClassName
{
border-color: #733F61;
}
.TagClassName
{
border-color: #733F61;
}
</style>