Shades of Cosmic #854367
Tints of Cosmic #854367
RGB
CMYK
RGB Variations
Color information
#854367 (or 0x854367) is known color: Cosmic. HEX triplet: 85, 43 and 67. RGB value is (133,67,103). Sum of RGB (Red+Green+Blue) = 133+67+103=303 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.89% from 303); Green value is 67 (26.56% from 255 or 22.11% from 303); Blue value is 103 (40.62% from 255 or 33.99% from 303); Max value from RGB is 133 - color contains mainly: red. Hex color #854367 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854367 is #7ABC98. Grayscale: #5A5A5A. Windows color (decimal): -8043673 or 6767493. OLE color: 6767493.
HSL color Cylindrical-coordinate representation of color #854367: hue angle of 327.27º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #854367 is Cyan = 0, Magento = 0.50, Yellow = 0.23 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 67 | 103 | - |
| CMYK | 0 | 0.50 | 0.23 | 0.48 |
| HSL | 327.27º | 0.33% | 0.39% | - |
| HSV(B) | 327.27º | 0.5% | 0.52% | - |
| XYZ | 14.13 | 9.98 | 14.01 | - |
| YUV | 90.84 | 134.87 | 158.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 67 | 103 | 0 | 0.50 | 0.23 | 0.48 | 327.27 | 0.33 | 0.39 |
| Hex | 85 | 43 | 67 | 0 | 32 | 17 | 30 | 147 | 21 | 27 |
| Octal | 205 | 103 | 147 | 0 | 62 | 27 | 60 | 507 | 41 | 47 |
| Binary | 10000101 | 1000011 | 1100111 | 0 | 110010 | 10111 | 110000 | 101000111 | 100001 | 100111 |
Color Harmonies of #854367
Complementary color
Monochromatic Colors of #854367
Black with #854367
Text Example
Text Example
White with #854367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #854367; }
p { color: rgb(133,67,103); }
H1.HeaderClassName
{
color: #854367;
}
.AnyTagClassName
{
color: #854367;
}
</style>
background-color css
<style>
a { background-color: #854367; }
a { background-color: rgb(133,67,103); }
div.DivClassName
{
background-color: #854367;
}
.BgClassName
{
background-color: #854367;
}
</style>
border-color css
<style>
span { border-color: #854367; }
span { border-color: rgb(133,67,103); }
td.TdClassName
{
border-color: #854367;
}
.TagClassName
{
border-color: #854367;
}
</style>