Shades of Cosmic #814B5B
Tints of Cosmic #814B5B
RGB
CMYK
RGB Variations
Color information
#814B5B (or 0x814B5B) is known color: Cosmic. HEX triplet: 81, 4B and 5B. RGB value is (129,75,91). Sum of RGB (Red+Green+Blue) = 129+75+91=295 (39% of max value = 765). Red value is 129 (50.78% from 255 or 43.73% from 295); Green value is 75 (29.69% from 255 or 25.42% from 295); Blue value is 91 (35.94% from 255 or 30.85% from 295); Max value from RGB is 129 - color contains mainly: red. Hex color #814B5B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #814B5B is #7EB4A4. Grayscale: #5C5C5C. Windows color (decimal): -8303781 or 5983105. OLE color: 5983105.
HSL color Cylindrical-coordinate representation of color #814B5B: hue angle of 342.22º degrees, saturation: 0.26, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #814B5B is Cyan = 0, Magento = 0.42, Yellow = 0.29 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 75 | 91 | - |
| CMYK | 0 | 0.42 | 0.29 | 0.49 |
| HSL | 342.22º | 0.26% | 0.4% | - |
| HSV(B) | 342.22º | 0.42% | 0.51% | - |
| XYZ | 13.46 | 10.45 | 11.21 | - |
| YUV | 92.97 | 126.89 | 153.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 75 | 91 | 0 | 0.42 | 0.29 | 0.49 | 342.22 | 0.26 | 0.4 |
| Hex | 81 | 4B | 5B | 0 | 2A | 1D | 31 | 156 | 1A | 28 |
| Octal | 201 | 113 | 133 | 0 | 52 | 35 | 61 | 526 | 32 | 50 |
| Binary | 10000001 | 1001011 | 1011011 | 0 | 101010 | 11101 | 110001 | 101010110 | 11010 | 101000 |
Color Harmonies of #814B5B
Complementary color
Monochromatic Colors of #814B5B
Black with #814B5B
Text Example
Text Example
White with #814B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #814B5B; }
p { color: rgb(129,75,91); }
H1.HeaderClassName
{
color: #814B5B;
}
.AnyTagClassName
{
color: #814B5B;
}
</style>
background-color css
<style>
a { background-color: #814B5B; }
a { background-color: rgb(129,75,91); }
div.DivClassName
{
background-color: #814B5B;
}
.BgClassName
{
background-color: #814B5B;
}
</style>
border-color css
<style>
span { border-color: #814B5B; }
span { border-color: rgb(129,75,91); }
td.TdClassName
{
border-color: #814B5B;
}
.TagClassName
{
border-color: #814B5B;
}
</style>