Shades of Cosmic #833B66
Tints of Cosmic #833B66
RGB
CMYK
RGB Variations
Color information
#833B66 (or 0x833B66) is known color: Cosmic. HEX triplet: 83, 3B and 66. RGB value is (131,59,102). Sum of RGB (Red+Green+Blue) = 131+59+102=292 (38% of max value = 765). Red value is 131 (51.56% from 255 or 44.86% from 292); Green value is 59 (23.44% from 255 or 20.21% from 292); Blue value is 102 (40.23% from 255 or 34.93% from 292); Max value from RGB is 131 - color contains mainly: red. Hex color #833B66 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #833B66 is #7CC499. Grayscale: #555555. Windows color (decimal): -8176794 or 6699907. OLE color: 6699907.
HSL color Cylindrical-coordinate representation of color #833B66: hue angle of 324.17º degrees, saturation: 0.38, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #833B66 is Cyan = 0, Magento = 0.55, Yellow = 0.22 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 59 | 102 | - |
| CMYK | 0 | 0.55 | 0.22 | 0.49 |
| HSL | 324.17º | 0.38% | 0.37% | - |
| HSV(B) | 324.17º | 0.55% | 0.51% | - |
| XYZ | 13.32 | 8.91 | 13.59 | - |
| YUV | 85.43 | 137.35 | 160.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 59 | 102 | 0 | 0.55 | 0.22 | 0.49 | 324.17 | 0.38 | 0.37 |
| Hex | 83 | 3B | 66 | 0 | 37 | 16 | 31 | 144 | 26 | 25 |
| Octal | 203 | 73 | 146 | 0 | 67 | 26 | 61 | 504 | 46 | 45 |
| Binary | 10000011 | 111011 | 1100110 | 0 | 110111 | 10110 | 110001 | 101000100 | 100110 | 100101 |
Color Harmonies of #833B66
Complementary color
Monochromatic Colors of #833B66
Black with #833B66
Text Example
Text Example
White with #833B66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #833B66; }
p { color: rgb(131,59,102); }
H1.HeaderClassName
{
color: #833B66;
}
.AnyTagClassName
{
color: #833B66;
}
</style>
background-color css
<style>
a { background-color: #833B66; }
a { background-color: rgb(131,59,102); }
div.DivClassName
{
background-color: #833B66;
}
.BgClassName
{
background-color: #833B66;
}
</style>
border-color css
<style>
span { border-color: #833B66; }
span { border-color: rgb(131,59,102); }
td.TdClassName
{
border-color: #833B66;
}
.TagClassName
{
border-color: #833B66;
}
</style>