Shades of Cosmic #733D5E
Tints of Cosmic #733D5E
RGB
CMYK
RGB Variations
Color information
#733D5E (or 0x733D5E) is known color: Cosmic. HEX triplet: 73, 3D and 5E. RGB value is (115,61,94). Sum of RGB (Red+Green+Blue) = 115+61+94=270 (35% of max value = 765). Red value is 115 (45.31% from 255 or 42.59% from 270); Green value is 61 (24.22% from 255 or 22.59% from 270); Blue value is 94 (37.11% from 255 or 34.81% from 270); Max value from RGB is 115 - color contains mainly: red. Hex color #733D5E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #733D5E is #8CC2A1. Grayscale: #505050. Windows color (decimal): -9224866 or 6176115. OLE color: 6176115.
HSL color Cylindrical-coordinate representation of color #733D5E: hue angle of 323.33º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #733D5E is Cyan = 0, Magento = 0.47, Yellow = 0.18 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 61 | 94 | - |
| CMYK | 0 | 0.47 | 0.18 | 0.55 |
| HSL | 323.33º | 0.31% | 0.35% | - |
| HSV(B) | 323.33º | 0.47% | 0.45% | - |
| XYZ | 10.76 | 7.79 | 11.53 | - |
| YUV | 80.91 | 135.39 | 152.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 61 | 94 | 0 | 0.47 | 0.18 | 0.55 | 323.33 | 0.31 | 0.35 |
| Hex | 73 | 3D | 5E | 0 | 2F | 12 | 37 | 143 | 1F | 23 |
| Octal | 163 | 75 | 136 | 0 | 57 | 22 | 67 | 503 | 37 | 43 |
| Binary | 1110011 | 111101 | 1011110 | 0 | 101111 | 10010 | 110111 | 101000011 | 11111 | 100011 |
Color Harmonies of #733D5E
Complementary color
Monochromatic Colors of #733D5E
Black with #733D5E
Text Example
Text Example
White with #733D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #733D5E; }
p { color: rgb(115,61,94); }
H1.HeaderClassName
{
color: #733D5E;
}
.AnyTagClassName
{
color: #733D5E;
}
</style>
background-color css
<style>
a { background-color: #733D5E; }
a { background-color: rgb(115,61,94); }
div.DivClassName
{
background-color: #733D5E;
}
.BgClassName
{
background-color: #733D5E;
}
</style>
border-color css
<style>
span { border-color: #733D5E; }
span { border-color: rgb(115,61,94); }
td.TdClassName
{
border-color: #733D5E;
}
.TagClassName
{
border-color: #733D5E;
}
</style>