Shades of Crail #9F5A4B
Tints of Crail #9F5A4B
RGB
CMYK
RGB Variations
Color information
#9F5A4B (or 0x9F5A4B) is known color: Crail. HEX triplet: 9F, 5A and 4B. RGB value is (159,90,75). Sum of RGB (Red+Green+Blue) = 159+90+75=324 (42% of max value = 765). Red value is 159 (62.5% from 255 or 49.07% from 324); Green value is 90 (35.55% from 255 or 27.78% from 324); Blue value is 75 (29.69% from 255 or 23.15% from 324); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5A4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F5A4B is #60A5B4. Grayscale: #6D6D6D. Windows color (decimal): -6333877 or 4938399. OLE color: 4938399.
HSL color Cylindrical-coordinate representation of color #9F5A4B: hue angle of 10.71º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9F5A4B is Cyan = 0, Magento = 0.43, Yellow = 0.53 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 90 | 75 | - |
| CMYK | 0 | 0.43 | 0.53 | 0.38 |
| HSL | 10.71º | 0.36% | 0.46% | - |
| HSV(B) | 10.71º | 0.53% | 0.62% | - |
| XYZ | 19.22 | 15.19 | 8.58 | - |
| YUV | 108.92 | 108.86 | 163.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 90 | 75 | 0 | 0.43 | 0.53 | 0.38 | 10.71 | 0.36 | 0.46 |
| Hex | 9F | 5A | 4B | 0 | 2B | 35 | 26 | B | 24 | 2E |
| Octal | 237 | 132 | 113 | 0 | 53 | 65 | 46 | 13 | 44 | 56 |
| Binary | 10011111 | 1011010 | 1001011 | 0 | 101011 | 110101 | 100110 | 1011 | 100100 | 101110 |
Color Harmonies of #9F5A4B
Complementary color
Monochromatic Colors of #9F5A4B
Black with #9F5A4B
Text Example
Text Example
White with #9F5A4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F5A4B; }
p { color: rgb(159,90,75); }
H1.HeaderClassName
{
color: #9F5A4B;
}
.AnyTagClassName
{
color: #9F5A4B;
}
</style>
background-color css
<style>
a { background-color: #9F5A4B; }
a { background-color: rgb(159,90,75); }
div.DivClassName
{
background-color: #9F5A4B;
}
.BgClassName
{
background-color: #9F5A4B;
}
</style>
border-color css
<style>
span { border-color: #9F5A4B; }
span { border-color: rgb(159,90,75); }
td.TdClassName
{
border-color: #9F5A4B;
}
.TagClassName
{
border-color: #9F5A4B;
}
</style>