Shades of Well Read #9B393D
Tints of Well Read #9B393D
RGB
CMYK
RGB Variations
Color information
#9B393D (or 0x9B393D) is known color: Well Read. HEX triplet: 9B, 39 and 3D. RGB value is (155,57,61). Sum of RGB (Red+Green+Blue) = 155+57+61=273 (36% of max value = 765). Red value is 155 (60.94% from 255 or 56.78% from 273); Green value is 57 (22.66% from 255 or 20.88% from 273); Blue value is 61 (24.22% from 255 or 22.34% from 273); Max value from RGB is 155 - color contains mainly: red. Hex color #9B393D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B393D is #64C6C2. Grayscale: #565656. Windows color (decimal): -6604483 or 4012443. OLE color: 4012443.
HSL color Cylindrical-coordinate representation of color #9B393D: hue angle of 357.55º 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 #9B393D is Cyan = 0, Magento = 0.63, Yellow = 0.61 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 57 | 61 | - |
| CMYK | 0 | 0.63 | 0.61 | 0.39 |
| HSL | 357.55º | 0.46% | 0.42% | - |
| HSV(B) | 357.55º | 0.63% | 0.61% | - |
| XYZ | 15.82 | 10.23 | 5.56 | - |
| YUV | 86.76 | 113.47 | 176.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 57 | 61 | 0 | 0.63 | 0.61 | 0.39 | 357.55 | 0.46 | 0.42 |
| Hex | 9B | 39 | 3D | 0 | 3F | 3D | 27 | 166 | 2E | 2A |
| Octal | 233 | 71 | 75 | 0 | 77 | 75 | 47 | 546 | 56 | 52 |
| Binary | 10011011 | 111001 | 111101 | 0 | 111111 | 111101 | 100111 | 101100110 | 101110 | 101010 |
Color Harmonies of #9B393D
Complementary color
Monochromatic Colors of #9B393D
Black with #9B393D
Text Example
Text Example
White with #9B393D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B393D; }
p { color: rgb(155,57,61); }
H1.HeaderClassName
{
color: #9B393D;
}
.AnyTagClassName
{
color: #9B393D;
}
</style>
background-color css
<style>
a { background-color: #9B393D; }
a { background-color: rgb(155,57,61); }
div.DivClassName
{
background-color: #9B393D;
}
.BgClassName
{
background-color: #9B393D;
}
</style>
border-color css
<style>
span { border-color: #9B393D; }
span { border-color: rgb(155,57,61); }
td.TdClassName
{
border-color: #9B393D;
}
.TagClassName
{
border-color: #9B393D;
}
</style>