Shades of Cosmic #80475F
Tints of Cosmic #80475F
RGB
CMYK
RGB Variations
Color information
#80475F (or 0x80475F) is known color: Cosmic. HEX triplet: 80, 47 and 5F. RGB value is (128,71,95). Sum of RGB (Red+Green+Blue) = 128+71+95=294 (38% of max value = 765). Red value is 128 (50.39% from 255 or 43.54% from 294); Green value is 71 (28.12% from 255 or 24.15% from 294); Blue value is 95 (37.5% from 255 or 32.31% from 294); Max value from RGB is 128 - color contains mainly: red. Hex color #80475F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80475F is #7FB8A0. Grayscale: #5A5A5A. Windows color (decimal): -8370337 or 6244224. OLE color: 6244224.
HSL color Cylindrical-coordinate representation of color #80475F: hue angle of 334.74º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #80475F is Cyan = 0, Magento = 0.45, Yellow = 0.26 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 71 | 95 | - |
| CMYK | 0 | 0.45 | 0.26 | 0.50 |
| HSL | 334.74º | 0.29% | 0.39% | - |
| HSV(B) | 334.74º | 0.45% | 0.5% | - |
| XYZ | 13.22 | 9.92 | 12.04 | - |
| YUV | 90.78 | 130.38 | 154.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 71 | 95 | 0 | 0.45 | 0.26 | 0.50 | 334.74 | 0.29 | 0.39 |
| Hex | 80 | 47 | 5F | 0 | 2D | 1A | 32 | 14F | 1D | 27 |
| Octal | 200 | 107 | 137 | 0 | 55 | 32 | 62 | 517 | 35 | 47 |
| Binary | 10000000 | 1000111 | 1011111 | 0 | 101101 | 11010 | 110010 | 101001111 | 11101 | 100111 |
Color Harmonies of #80475F
Complementary color
Monochromatic Colors of #80475F
Black with #80475F
Text Example
Text Example
White with #80475F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80475F; }
p { color: rgb(128,71,95); }
H1.HeaderClassName
{
color: #80475F;
}
.AnyTagClassName
{
color: #80475F;
}
</style>
background-color css
<style>
a { background-color: #80475F; }
a { background-color: rgb(128,71,95); }
div.DivClassName
{
background-color: #80475F;
}
.BgClassName
{
background-color: #80475F;
}
</style>
border-color css
<style>
span { border-color: #80475F; }
span { border-color: rgb(128,71,95); }
td.TdClassName
{
border-color: #80475F;
}
.TagClassName
{
border-color: #80475F;
}
</style>