Shades of Well Read #9B373E
Tints of Well Read #9B373E
RGB
CMYK
RGB Variations
Color information
#9B373E (or 0x9B373E) is known color: Well Read. HEX triplet: 9B, 37 and 3E. RGB value is (155,55,62). Sum of RGB (Red+Green+Blue) = 155+55+62=272 (36% of max value = 765). Red value is 155 (60.94% from 255 or 56.99% from 272); Green value is 55 (21.88% from 255 or 20.22% from 272); Blue value is 62 (24.61% from 255 or 22.79% from 272); Max value from RGB is 155 - color contains mainly: red. Hex color #9B373E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B373E is #64C8C1. Grayscale: #555555. Windows color (decimal): -6604994 or 4077467. OLE color: 4077467.
HSL color Cylindrical-coordinate representation of color #9B373E: hue angle of 355.8º 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 #9B373E is Cyan = 0, Magento = 0.65, Yellow = 0.6 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 55 | 62 | - |
| CMYK | 0 | 0.65 | 0.6 | 0.39 |
| HSL | 355.8º | 0.48% | 0.41% | - |
| HSV(B) | 355.8º | 0.65% | 0.61% | - |
| XYZ | 15.75 | 10.05 | 5.67 | - |
| YUV | 85.7 | 114.63 | 177.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 55 | 62 | 0 | 0.65 | 0.6 | 0.39 | 355.8 | 0.48 | 0.41 |
| Hex | 9B | 37 | 3E | 0 | 41 | 3C | 27 | 164 | 30 | 29 |
| Octal | 233 | 67 | 76 | 0 | 101 | 74 | 47 | 544 | 60 | 51 |
| Binary | 10011011 | 110111 | 111110 | 0 | 1000001 | 111100 | 100111 | 101100100 | 110000 | 101001 |
Color Harmonies of #9B373E
Complementary color
Monochromatic Colors of #9B373E
Black with #9B373E
Text Example
Text Example
White with #9B373E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B373E; }
p { color: rgb(155,55,62); }
H1.HeaderClassName
{
color: #9B373E;
}
.AnyTagClassName
{
color: #9B373E;
}
</style>
background-color css
<style>
a { background-color: #9B373E; }
a { background-color: rgb(155,55,62); }
div.DivClassName
{
background-color: #9B373E;
}
.BgClassName
{
background-color: #9B373E;
}
</style>
border-color css
<style>
span { border-color: #9B373E; }
span { border-color: rgb(155,55,62); }
td.TdClassName
{
border-color: #9B373E;
}
.TagClassName
{
border-color: #9B373E;
}
</style>