Shades of Crail #9E584F
Tints of Crail #9E584F
RGB
CMYK
RGB Variations
Color information
#9E584F (or 0x9E584F) is known color: Crail. HEX triplet: 9E, 58 and 4F. RGB value is (158,88,79). Sum of RGB (Red+Green+Blue) = 158+88+79=325 (43% of max value = 765). Red value is 158 (62.11% from 255 or 48.62% from 325); Green value is 88 (34.77% from 255 or 27.08% from 325); Blue value is 79 (31.25% from 255 or 24.31% from 325); Max value from RGB is 158 - color contains mainly: red. Hex color #9E584F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E584F is #61A7B0. Grayscale: #6C6C6C. Windows color (decimal): -6399921 or 5200030. OLE color: 5200030.
HSL color Cylindrical-coordinate representation of color #9E584F: hue angle of 6.84º degrees, saturation: 0.33, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9E584F is Cyan = 0, Magento = 0.44, Yellow = 0.50 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 88 | 79 | - |
| CMYK | 0 | 0.44 | 0.50 | 0.38 |
| HSL | 6.84º | 0.33% | 0.46% | - |
| HSV(B) | 6.84º | 0.5% | 0.62% | - |
| XYZ | 19 | 14.81 | 9.25 | - |
| YUV | 107.9 | 111.69 | 163.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 88 | 79 | 0 | 0.44 | 0.50 | 0.38 | 6.84 | 0.33 | 0.46 |
| Hex | 9E | 58 | 4F | 0 | 2C | 32 | 26 | 7 | 21 | 2E |
| Octal | 236 | 130 | 117 | 0 | 54 | 62 | 46 | 7 | 41 | 56 |
| Binary | 10011110 | 1011000 | 1001111 | 0 | 101100 | 110010 | 100110 | 111 | 100001 | 101110 |
Color Harmonies of #9E584F
Complementary color
Monochromatic Colors of #9E584F
Black with #9E584F
Text Example
Text Example
White with #9E584F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E584F; }
p { color: rgb(158,88,79); }
H1.HeaderClassName
{
color: #9E584F;
}
.AnyTagClassName
{
color: #9E584F;
}
</style>
background-color css
<style>
a { background-color: #9E584F; }
a { background-color: rgb(158,88,79); }
div.DivClassName
{
background-color: #9E584F;
}
.BgClassName
{
background-color: #9E584F;
}
</style>
border-color css
<style>
span { border-color: #9E584F; }
span { border-color: rgb(158,88,79); }
td.TdClassName
{
border-color: #9E584F;
}
.TagClassName
{
border-color: #9E584F;
}
</style>