Shades of Cosmic #893D69
Tints of Cosmic #893D69
RGB
CMYK
RGB Variations
Color information
#893D69 (or 0x893D69) is known color: Cosmic. HEX triplet: 89, 3D and 69. RGB value is (137,61,105). Sum of RGB (Red+Green+Blue) = 137+61+105=303 (40% of max value = 765). Red value is 137 (53.91% from 255 or 45.21% from 303); Green value is 61 (24.22% from 255 or 20.13% from 303); Blue value is 105 (41.41% from 255 or 34.65% from 303); Max value from RGB is 137 - color contains mainly: red. Hex color #893D69 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #893D69 is #76C296. Grayscale: #585858. Windows color (decimal): -7783063 or 6897033. OLE color: 6897033.
HSL color Cylindrical-coordinate representation of color #893D69: hue angle of 325.26º degrees, saturation: 0.38, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #893D69 is Cyan = 0, Magento = 0.55, Yellow = 0.23 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 61 | 105 | - |
| CMYK | 0 | 0.55 | 0.23 | 0.46 |
| HSL | 325.26º | 0.38% | 0.39% | - |
| HSV(B) | 325.26º | 0.55% | 0.54% | - |
| XYZ | 14.54 | 9.68 | 14.47 | - |
| YUV | 88.74 | 137.18 | 162.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 61 | 105 | 0 | 0.55 | 0.23 | 0.46 | 325.26 | 0.38 | 0.39 |
| Hex | 89 | 3D | 69 | 0 | 37 | 17 | 2E | 145 | 26 | 27 |
| Octal | 211 | 75 | 151 | 0 | 67 | 27 | 56 | 505 | 46 | 47 |
| Binary | 10001001 | 111101 | 1101001 | 0 | 110111 | 10111 | 101110 | 101000101 | 100110 | 100111 |
Color Harmonies of #893D69
Complementary color
Monochromatic Colors of #893D69
Black with #893D69
Text Example
Text Example
White with #893D69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #893D69; }
p { color: rgb(137,61,105); }
H1.HeaderClassName
{
color: #893D69;
}
.AnyTagClassName
{
color: #893D69;
}
</style>
background-color css
<style>
a { background-color: #893D69; }
a { background-color: rgb(137,61,105); }
div.DivClassName
{
background-color: #893D69;
}
.BgClassName
{
background-color: #893D69;
}
</style>
border-color css
<style>
span { border-color: #893D69; }
span { border-color: rgb(137,61,105); }
td.TdClassName
{
border-color: #893D69;
}
.TagClassName
{
border-color: #893D69;
}
</style>