Shades of Cosmic #83446F
Tints of Cosmic #83446F
RGB
CMYK
RGB Variations
Color information
#83446F (or 0x83446F) is known color: Cosmic. HEX triplet: 83, 44 and 6F. RGB value is (131,68,111). Sum of RGB (Red+Green+Blue) = 131+68+111=310 (41% of max value = 765). Red value is 131 (51.56% from 255 or 42.26% from 310); Green value is 68 (26.95% from 255 or 21.94% from 310); Blue value is 111 (43.75% from 255 or 35.81% from 310); Max value from RGB is 131 - color contains mainly: red. Hex color #83446F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83446F is #7CBB90. Grayscale: #5B5B5B. Windows color (decimal): -8174481 or 7292035. OLE color: 7292035.
HSL color Cylindrical-coordinate representation of color #83446F: hue angle of 319.05º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #83446F is Cyan = 0, Magento = 0.48, Yellow = 0.15 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 68 | 111 | - |
| CMYK | 0 | 0.48 | 0.15 | 0.49 |
| HSL | 319.05º | 0.32% | 0.39% | - |
| HSV(B) | 319.05º | 0.48% | 0.51% | - |
| XYZ | 14.3 | 10.11 | 16.24 | - |
| YUV | 91.74 | 138.87 | 156 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 68 | 111 | 0 | 0.48 | 0.15 | 0.49 | 319.05 | 0.32 | 0.39 |
| Hex | 83 | 44 | 6F | 0 | 30 | F | 31 | 13F | 20 | 27 |
| Octal | 203 | 104 | 157 | 0 | 60 | 17 | 61 | 477 | 40 | 47 |
| Binary | 10000011 | 1000100 | 1101111 | 0 | 110000 | 1111 | 110001 | 100111111 | 100000 | 100111 |
Color Harmonies of #83446F
Complementary color
Monochromatic Colors of #83446F
Black with #83446F
Text Example
Text Example
White with #83446F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83446F; }
p { color: rgb(131,68,111); }
H1.HeaderClassName
{
color: #83446F;
}
.AnyTagClassName
{
color: #83446F;
}
</style>
background-color css
<style>
a { background-color: #83446F; }
a { background-color: rgb(131,68,111); }
div.DivClassName
{
background-color: #83446F;
}
.BgClassName
{
background-color: #83446F;
}
</style>
border-color css
<style>
span { border-color: #83446F; }
span { border-color: rgb(131,68,111); }
td.TdClassName
{
border-color: #83446F;
}
.TagClassName
{
border-color: #83446F;
}
</style>