Shades of Cosmic #733F5F
Tints of Cosmic #733F5F
RGB
CMYK
RGB Variations
Color information
#733F5F (or 0x733F5F) is known color: Cosmic. HEX triplet: 73, 3F and 5F. RGB value is (115,63,95). Sum of RGB (Red+Green+Blue) = 115+63+95=273 (36% of max value = 765). Red value is 115 (45.31% from 255 or 42.12% from 273); Green value is 63 (25% from 255 or 23.08% from 273); Blue value is 95 (37.5% from 255 or 34.80% from 273); Max value from RGB is 115 - color contains mainly: red. Hex color #733F5F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #733F5F is #8CC0A0. Grayscale: #525252. Windows color (decimal): -9224353 or 6242163. OLE color: 6242163.
HSL color Cylindrical-coordinate representation of color #733F5F: hue angle of 323.08º 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 #733F5F is Cyan = 0, Magento = 0.45, Yellow = 0.17 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 63 | 95 | - |
| CMYK | 0 | 0.45 | 0.17 | 0.55 |
| HSL | 323.08º | 0.29% | 0.35% | - |
| HSV(B) | 323.08º | 0.45% | 0.45% | - |
| XYZ | 10.91 | 8.03 | 11.8 | - |
| YUV | 82.2 | 135.23 | 151.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 63 | 95 | 0 | 0.45 | 0.17 | 0.55 | 323.08 | 0.29 | 0.35 |
| Hex | 73 | 3F | 5F | 0 | 2D | 11 | 37 | 143 | 1D | 23 |
| Octal | 163 | 77 | 137 | 0 | 55 | 21 | 67 | 503 | 35 | 43 |
| Binary | 1110011 | 111111 | 1011111 | 0 | 101101 | 10001 | 110111 | 101000011 | 11101 | 100011 |
Color Harmonies of #733F5F
Complementary color
Monochromatic Colors of #733F5F
Black with #733F5F
Text Example
Text Example
White with #733F5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #733F5F; }
p { color: rgb(115,63,95); }
H1.HeaderClassName
{
color: #733F5F;
}
.AnyTagClassName
{
color: #733F5F;
}
</style>
background-color css
<style>
a { background-color: #733F5F; }
a { background-color: rgb(115,63,95); }
div.DivClassName
{
background-color: #733F5F;
}
.BgClassName
{
background-color: #733F5F;
}
</style>
border-color css
<style>
span { border-color: #733F5F; }
span { border-color: rgb(115,63,95); }
td.TdClassName
{
border-color: #733F5F;
}
.TagClassName
{
border-color: #733F5F;
}
</style>