Shades of Cosmic #83405A
Tints of Cosmic #83405A
RGB
CMYK
RGB Variations
Color information
#83405A (or 0x83405A) is known color: Cosmic. HEX triplet: 83, 40 and 5A. RGB value is (131,64,90). Sum of RGB (Red+Green+Blue) = 131+64+90=285 (37% of max value = 765). Red value is 131 (51.56% from 255 or 45.96% from 285); Green value is 64 (25.39% from 255 or 22.46% from 285); Blue value is 90 (35.55% from 255 or 31.58% from 285); Max value from RGB is 131 - color contains mainly: red. Hex color #83405A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83405A is #7CBFA5. Grayscale: #565656. Windows color (decimal): -8175526 or 5914755. OLE color: 5914755.
HSL color Cylindrical-coordinate representation of color #83405A: hue angle of 336.72º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #83405A is Cyan = 0, Magento = 0.51, Yellow = 0.31 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 64 | 90 | - |
| CMYK | 0 | 0.51 | 0.31 | 0.49 |
| HSL | 336.72º | 0.34% | 0.38% | - |
| HSV(B) | 336.72º | 0.51% | 0.51% | - |
| XYZ | 13.04 | 9.23 | 10.77 | - |
| YUV | 87 | 129.7 | 159.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 64 | 90 | 0 | 0.51 | 0.31 | 0.49 | 336.72 | 0.34 | 0.38 |
| Hex | 83 | 40 | 5A | 0 | 33 | 1F | 31 | 151 | 22 | 26 |
| Octal | 203 | 100 | 132 | 0 | 63 | 37 | 61 | 521 | 42 | 46 |
| Binary | 10000011 | 1000000 | 1011010 | 0 | 110011 | 11111 | 110001 | 101010001 | 100010 | 100110 |
Color Harmonies of #83405A
Complementary color
Monochromatic Colors of #83405A
Black with #83405A
Text Example
Text Example
White with #83405A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83405A; }
p { color: rgb(131,64,90); }
H1.HeaderClassName
{
color: #83405A;
}
.AnyTagClassName
{
color: #83405A;
}
</style>
background-color css
<style>
a { background-color: #83405A; }
a { background-color: rgb(131,64,90); }
div.DivClassName
{
background-color: #83405A;
}
.BgClassName
{
background-color: #83405A;
}
</style>
border-color css
<style>
span { border-color: #83405A; }
span { border-color: rgb(131,64,90); }
td.TdClassName
{
border-color: #83405A;
}
.TagClassName
{
border-color: #83405A;
}
</style>