Shades of Cosmic #81485C
Tints of Cosmic #81485C
RGB
CMYK
RGB Variations
Color information
#81485C (or 0x81485C) is known color: Cosmic. HEX triplet: 81, 48 and 5C. RGB value is (129,72,92). Sum of RGB (Red+Green+Blue) = 129+72+92=293 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.03% from 293); Green value is 72 (28.52% from 255 or 24.57% from 293); Blue value is 92 (36.33% from 255 or 31.40% from 293); Max value from RGB is 129 - color contains mainly: red. Hex color #81485C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #81485C is #7EB7A3. Grayscale: #5B5B5B. Windows color (decimal): -8304548 or 6047873. OLE color: 6047873.
HSL color Cylindrical-coordinate representation of color #81485C: hue angle of 338.95º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #81485C is Cyan = 0, Magento = 0.44, Yellow = 0.29 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 72 | 92 | - |
| CMYK | 0 | 0.44 | 0.29 | 0.49 |
| HSL | 338.95º | 0.28% | 0.39% | - |
| HSV(B) | 338.95º | 0.44% | 0.51% | - |
| XYZ | 13.3 | 10.07 | 11.37 | - |
| YUV | 91.32 | 128.38 | 154.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 72 | 92 | 0 | 0.44 | 0.29 | 0.49 | 338.95 | 0.28 | 0.39 |
| Hex | 81 | 48 | 5C | 0 | 2C | 1D | 31 | 153 | 1C | 27 |
| Octal | 201 | 110 | 134 | 0 | 54 | 35 | 61 | 523 | 34 | 47 |
| Binary | 10000001 | 1001000 | 1011100 | 0 | 101100 | 11101 | 110001 | 101010011 | 11100 | 100111 |
Color Harmonies of #81485C
Complementary color
Monochromatic Colors of #81485C
Black with #81485C
Text Example
Text Example
White with #81485C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81485C; }
p { color: rgb(129,72,92); }
H1.HeaderClassName
{
color: #81485C;
}
.AnyTagClassName
{
color: #81485C;
}
</style>
background-color css
<style>
a { background-color: #81485C; }
a { background-color: rgb(129,72,92); }
div.DivClassName
{
background-color: #81485C;
}
.BgClassName
{
background-color: #81485C;
}
</style>
border-color css
<style>
span { border-color: #81485C; }
span { border-color: rgb(129,72,92); }
td.TdClassName
{
border-color: #81485C;
}
.TagClassName
{
border-color: #81485C;
}
</style>