Shades of Well Read #9B373D
Tints of Well Read #9B373D
RGB
CMYK
RGB Variations
Color information
#9B373D (or 0x9B373D) is known color: Well Read. HEX triplet: 9B, 37 and 3D. RGB value is (155,55,61). Sum of RGB (Red+Green+Blue) = 155+55+61=271 (35% of max value = 765). Red value is 155 (60.94% from 255 or 57.20% from 271); Green value is 55 (21.88% from 255 or 20.30% from 271); Blue value is 61 (24.22% from 255 or 22.51% from 271); Max value from RGB is 155 - color contains mainly: red. Hex color #9B373D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B373D is #64C8C2. Grayscale: #555555. Windows color (decimal): -6604995 or 4011931. OLE color: 4011931.
HSL color Cylindrical-coordinate representation of color #9B373D: hue angle of 356.4º 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 #9B373D is Cyan = 0, Magento = 0.65, Yellow = 0.61 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 55 | 61 | - |
| CMYK | 0 | 0.65 | 0.61 | 0.39 |
| HSL | 356.4º | 0.48% | 0.41% | - |
| HSV(B) | 356.4º | 0.65% | 0.61% | - |
| XYZ | 15.73 | 10.04 | 5.52 | - |
| YUV | 85.58 | 114.13 | 177.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 55 | 61 | 0 | 0.65 | 0.61 | 0.39 | 356.4 | 0.48 | 0.41 |
| Hex | 9B | 37 | 3D | 0 | 41 | 3D | 27 | 164 | 30 | 29 |
| Octal | 233 | 67 | 75 | 0 | 101 | 75 | 47 | 544 | 60 | 51 |
| Binary | 10011011 | 110111 | 111101 | 0 | 1000001 | 111101 | 100111 | 101100100 | 110000 | 101001 |
Color Harmonies of #9B373D
Complementary color
Monochromatic Colors of #9B373D
Black with #9B373D
Text Example
Text Example
White with #9B373D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B373D; }
p { color: rgb(155,55,61); }
H1.HeaderClassName
{
color: #9B373D;
}
.AnyTagClassName
{
color: #9B373D;
}
</style>
background-color css
<style>
a { background-color: #9B373D; }
a { background-color: rgb(155,55,61); }
div.DivClassName
{
background-color: #9B373D;
}
.BgClassName
{
background-color: #9B373D;
}
</style>
border-color css
<style>
span { border-color: #9B373D; }
span { border-color: rgb(155,55,61); }
td.TdClassName
{
border-color: #9B373D;
}
.TagClassName
{
border-color: #9B373D;
}
</style>