Shades of Cosmic #8B4575
Tints of Cosmic #8B4575
RGB
CMYK
RGB Variations
Color information
#8B4575 (or 0x8B4575) is known color: Cosmic. HEX triplet: 8B, 45 and 75. RGB value is (139,69,117). Sum of RGB (Red+Green+Blue) = 139+69+117=325 (43% of max value = 765). Red value is 139 (54.69% from 255 or 42.77% from 325); Green value is 69 (27.34% from 255 or 21.23% from 325); Blue value is 117 (46.09% from 255 or 36% from 325); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4575 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B4575 is #74BA8A. Grayscale: #5F5F5F. Windows color (decimal): -7649931 or 7685515. OLE color: 7685515.
HSL color Cylindrical-coordinate representation of color #8B4575: hue angle of 318.86º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8B4575 is Cyan = 0, Magento = 0.50, Yellow = 0.16 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 69 | 117 | - |
| CMYK | 0 | 0.50 | 0.16 | 0.45 |
| HSL | 318.86º | 0.34% | 0.41% | - |
| HSV(B) | 318.86º | 0.5% | 0.55% | - |
| XYZ | 15.99 | 11.03 | 18.12 | - |
| YUV | 95.4 | 140.19 | 159.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 69 | 117 | 0 | 0.50 | 0.16 | 0.45 | 318.86 | 0.34 | 0.41 |
| Hex | 8B | 45 | 75 | 0 | 32 | 10 | 2D | 13F | 22 | 29 |
| Octal | 213 | 105 | 165 | 0 | 62 | 20 | 55 | 477 | 42 | 51 |
| Binary | 10001011 | 1000101 | 1110101 | 0 | 110010 | 10000 | 101101 | 100111111 | 100010 | 101001 |
Color Harmonies of #8B4575
Complementary color
Monochromatic Colors of #8B4575
Black with #8B4575
Text Example
Text Example
White with #8B4575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B4575; }
p { color: rgb(139,69,117); }
H1.HeaderClassName
{
color: #8B4575;
}
.AnyTagClassName
{
color: #8B4575;
}
</style>
background-color css
<style>
a { background-color: #8B4575; }
a { background-color: rgb(139,69,117); }
div.DivClassName
{
background-color: #8B4575;
}
.BgClassName
{
background-color: #8B4575;
}
</style>
border-color css
<style>
span { border-color: #8B4575; }
span { border-color: rgb(139,69,117); }
td.TdClassName
{
border-color: #8B4575;
}
.TagClassName
{
border-color: #8B4575;
}
</style>