Shades of Cosmic #81436C
Tints of Cosmic #81436C
RGB
CMYK
RGB Variations
Color information
#81436C (or 0x81436C) is known color: Cosmic. HEX triplet: 81, 43 and 6C. RGB value is (129,67,108). Sum of RGB (Red+Green+Blue) = 129+67+108=304 (40% of max value = 765). Red value is 129 (50.78% from 255 or 42.43% from 304); Green value is 67 (26.56% from 255 or 22.04% from 304); Blue value is 108 (42.58% from 255 or 35.53% from 304); Max value from RGB is 129 - color contains mainly: red. Hex color #81436C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #81436C is #7EBC93. Grayscale: #5A5A5A. Windows color (decimal): -8305812 or 7095169. OLE color: 7095169.
HSL color Cylindrical-coordinate representation of color #81436C: hue angle of 320.32º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #81436C is Cyan = 0, Magento = 0.48, Yellow = 0.16 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 67 | 108 | - |
| CMYK | 0 | 0.48 | 0.16 | 0.49 |
| HSL | 320.32º | 0.32% | 0.38% | - |
| HSV(B) | 320.32º | 0.48% | 0.51% | - |
| XYZ | 13.77 | 9.76 | 15.35 | - |
| YUV | 90.21 | 138.04 | 155.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 67 | 108 | 0 | 0.48 | 0.16 | 0.49 | 320.32 | 0.32 | 0.38 |
| Hex | 81 | 43 | 6C | 0 | 30 | 10 | 31 | 140 | 20 | 26 |
| Octal | 201 | 103 | 154 | 0 | 60 | 20 | 61 | 500 | 40 | 46 |
| Binary | 10000001 | 1000011 | 1101100 | 0 | 110000 | 10000 | 110001 | 101000000 | 100000 | 100110 |
Color Harmonies of #81436C
Complementary color
Monochromatic Colors of #81436C
Black with #81436C
Text Example
Text Example
White with #81436C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81436C; }
p { color: rgb(129,67,108); }
H1.HeaderClassName
{
color: #81436C;
}
.AnyTagClassName
{
color: #81436C;
}
</style>
background-color css
<style>
a { background-color: #81436C; }
a { background-color: rgb(129,67,108); }
div.DivClassName
{
background-color: #81436C;
}
.BgClassName
{
background-color: #81436C;
}
</style>
border-color css
<style>
span { border-color: #81436C; }
span { border-color: rgb(129,67,108); }
td.TdClassName
{
border-color: #81436C;
}
.TagClassName
{
border-color: #81436C;
}
</style>