Shades of Well Read #9B3740
Tints of Well Read #9B3740
RGB
CMYK
RGB Variations
Color information
#9B3740 (or 0x9B3740) is known color: Well Read. HEX triplet: 9B, 37 and 40. RGB value is (155,55,64). Sum of RGB (Red+Green+Blue) = 155+55+64=274 (36% of max value = 765). Red value is 155 (60.94% from 255 or 56.57% from 274); Green value is 55 (21.88% from 255 or 20.07% from 274); Blue value is 64 (25.39% from 255 or 23.36% from 274); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3740 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B3740 is #64C8BF. Grayscale: #555555. Windows color (decimal): -6604992 or 4208539. OLE color: 4208539.
HSL color Cylindrical-coordinate representation of color #9B3740: hue angle of 354.6º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9B3740 is Cyan = 0, Magento = 0.65, Yellow = 0.59 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 55 | 64 | - |
| CMYK | 0 | 0.65 | 0.59 | 0.39 |
| HSL | 354.6º | 0.48% | 0.41% | - |
| HSV(B) | 354.6º | 0.65% | 0.61% | - |
| XYZ | 15.81 | 10.07 | 5.96 | - |
| YUV | 85.93 | 115.63 | 177.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 55 | 64 | 0 | 0.65 | 0.59 | 0.39 | 354.6 | 0.48 | 0.41 |
| Hex | 9B | 37 | 40 | 0 | 41 | 3B | 27 | 163 | 30 | 29 |
| Octal | 233 | 67 | 100 | 0 | 101 | 73 | 47 | 543 | 60 | 51 |
| Binary | 10011011 | 110111 | 1000000 | 0 | 1000001 | 111011 | 100111 | 101100011 | 110000 | 101001 |
Color Harmonies of #9B3740
Complementary color
Monochromatic Colors of #9B3740
Black with #9B3740
Text Example
Text Example
White with #9B3740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B3740; }
p { color: rgb(155,55,64); }
H1.HeaderClassName
{
color: #9B3740;
}
.AnyTagClassName
{
color: #9B3740;
}
</style>
background-color css
<style>
a { background-color: #9B3740; }
a { background-color: rgb(155,55,64); }
div.DivClassName
{
background-color: #9B3740;
}
.BgClassName
{
background-color: #9B3740;
}
</style>
border-color css
<style>
span { border-color: #9B3740; }
span { border-color: rgb(155,55,64); }
td.TdClassName
{
border-color: #9B3740;
}
.TagClassName
{
border-color: #9B3740;
}
</style>