Shades of Well Read #9B3941
Tints of Well Read #9B3941
RGB
CMYK
RGB Variations
Color information
#9B3941 (or 0x9B3941) is known color: Well Read. HEX triplet: 9B, 39 and 41. RGB value is (155,57,65). Sum of RGB (Red+Green+Blue) = 155+57+65=277 (36% of max value = 765). Red value is 155 (60.94% from 255 or 55.96% from 277); Green value is 57 (22.66% from 255 or 20.58% from 277); Blue value is 65 (25.78% from 255 or 23.47% from 277); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3941 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B3941 is #64C6BE. Grayscale: #575757. Windows color (decimal): -6604479 or 4274587. OLE color: 4274587.
HSL color Cylindrical-coordinate representation of color #9B3941: hue angle of 355.1º 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 #9B3941 is Cyan = 0, Magento = 0.63, Yellow = 0.58 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 57 | 65 | - |
| CMYK | 0 | 0.63 | 0.58 | 0.39 |
| HSL | 355.1º | 0.46% | 0.42% | - |
| HSV(B) | 355.1º | 0.63% | 0.61% | - |
| XYZ | 15.93 | 10.28 | 6.14 | - |
| YUV | 87.21 | 115.47 | 176.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 57 | 65 | 0 | 0.63 | 0.58 | 0.39 | 355.1 | 0.46 | 0.42 |
| Hex | 9B | 39 | 41 | 0 | 3F | 3A | 27 | 163 | 2E | 2A |
| Octal | 233 | 71 | 101 | 0 | 77 | 72 | 47 | 543 | 56 | 52 |
| Binary | 10011011 | 111001 | 1000001 | 0 | 111111 | 111010 | 100111 | 101100011 | 101110 | 101010 |
Color Harmonies of #9B3941
Complementary color
Monochromatic Colors of #9B3941
Black with #9B3941
Text Example
Text Example
White with #9B3941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B3941; }
p { color: rgb(155,57,65); }
H1.HeaderClassName
{
color: #9B3941;
}
.AnyTagClassName
{
color: #9B3941;
}
</style>
background-color css
<style>
a { background-color: #9B3941; }
a { background-color: rgb(155,57,65); }
div.DivClassName
{
background-color: #9B3941;
}
.BgClassName
{
background-color: #9B3941;
}
</style>
border-color css
<style>
span { border-color: #9B3941; }
span { border-color: rgb(155,57,65); }
td.TdClassName
{
border-color: #9B3941;
}
.TagClassName
{
border-color: #9B3941;
}
</style>