Shades of Well Read #9B393B
Tints of Well Read #9B393B
RGB
CMYK
RGB Variations
Color information
#9B393B (or 0x9B393B) is known color: Well Read. HEX triplet: 9B, 39 and 3B. RGB value is (155,57,59). Sum of RGB (Red+Green+Blue) = 155+57+59=271 (35% of max value = 765). Red value is 155 (60.94% from 255 or 57.20% from 271); Green value is 57 (22.66% from 255 or 21.03% from 271); Blue value is 59 (23.44% from 255 or 21.77% from 271); Max value from RGB is 155 - color contains mainly: red. Hex color #9B393B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B393B is #64C6C4. Grayscale: #565656. Windows color (decimal): -6604485 or 3881371. OLE color: 3881371.
HSL color Cylindrical-coordinate representation of color #9B393B: hue angle of 358.78º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9B393B is Cyan = 0, Magento = 0.63, Yellow = 0.62 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 57 | 59 | - |
| CMYK | 0 | 0.63 | 0.62 | 0.39 |
| HSL | 358.78º | 0.46% | 0.42% | - |
| HSV(B) | 358.78º | 0.63% | 0.61% | - |
| XYZ | 15.77 | 10.21 | 5.28 | - |
| YUV | 86.53 | 112.47 | 176.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 57 | 59 | 0 | 0.63 | 0.62 | 0.39 | 358.78 | 0.46 | 0.42 |
| Hex | 9B | 39 | 3B | 0 | 3F | 3E | 27 | 167 | 2E | 2A |
| Octal | 233 | 71 | 73 | 0 | 77 | 76 | 47 | 547 | 56 | 52 |
| Binary | 10011011 | 111001 | 111011 | 0 | 111111 | 111110 | 100111 | 101100111 | 101110 | 101010 |
Color Harmonies of #9B393B
Complementary color
Monochromatic Colors of #9B393B
Black with #9B393B
Text Example
Text Example
White with #9B393B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B393B; }
p { color: rgb(155,57,59); }
H1.HeaderClassName
{
color: #9B393B;
}
.AnyTagClassName
{
color: #9B393B;
}
</style>
background-color css
<style>
a { background-color: #9B393B; }
a { background-color: rgb(155,57,59); }
div.DivClassName
{
background-color: #9B393B;
}
.BgClassName
{
background-color: #9B393B;
}
</style>
border-color css
<style>
span { border-color: #9B393B; }
span { border-color: rgb(155,57,59); }
td.TdClassName
{
border-color: #9B393B;
}
.TagClassName
{
border-color: #9B393B;
}
</style>