Shades of Crail #9B5B4D
Tints of Crail #9B5B4D
RGB
CMYK
RGB Variations
Color information
#9B5B4D (or 0x9B5B4D) is known color: Crail. HEX triplet: 9B, 5B and 4D. RGB value is (155,91,77). Sum of RGB (Red+Green+Blue) = 155+91+77=323 (42% of max value = 765). Red value is 155 (60.94% from 255 or 47.99% from 323); Green value is 91 (35.94% from 255 or 28.17% from 323); Blue value is 77 (30.47% from 255 or 23.84% from 323); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5B4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B5B4D is #64A4B2. Grayscale: #6C6C6C. Windows color (decimal): -6595763 or 5069723. OLE color: 5069723.
HSL color Cylindrical-coordinate representation of color #9B5B4D: hue angle of 10.77º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9B5B4D is Cyan = 0, Magento = 0.41, Yellow = 0.50 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 91 | 77 | - |
| CMYK | 0 | 0.41 | 0.50 | 0.39 |
| HSL | 10.77º | 0.34% | 0.45% | - |
| HSV(B) | 10.77º | 0.5% | 0.61% | - |
| XYZ | 18.6 | 14.99 | 8.93 | - |
| YUV | 108.54 | 110.2 | 161.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 91 | 77 | 0 | 0.41 | 0.50 | 0.39 | 10.77 | 0.34 | 0.45 |
| Hex | 9B | 5B | 4D | 0 | 29 | 32 | 27 | B | 22 | 2D |
| Octal | 233 | 133 | 115 | 0 | 51 | 62 | 47 | 13 | 42 | 55 |
| Binary | 10011011 | 1011011 | 1001101 | 0 | 101001 | 110010 | 100111 | 1011 | 100010 | 101101 |
Color Harmonies of #9B5B4D
Complementary color
Monochromatic Colors of #9B5B4D
Black with #9B5B4D
Text Example
Text Example
White with #9B5B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B5B4D; }
p { color: rgb(155,91,77); }
H1.HeaderClassName
{
color: #9B5B4D;
}
.AnyTagClassName
{
color: #9B5B4D;
}
</style>
background-color css
<style>
a { background-color: #9B5B4D; }
a { background-color: rgb(155,91,77); }
div.DivClassName
{
background-color: #9B5B4D;
}
.BgClassName
{
background-color: #9B5B4D;
}
</style>
border-color css
<style>
span { border-color: #9B5B4D; }
span { border-color: rgb(155,91,77); }
td.TdClassName
{
border-color: #9B5B4D;
}
.TagClassName
{
border-color: #9B5B4D;
}
</style>