Shades of Well Read #9B363D
Tints of Well Read #9B363D
RGB
CMYK
RGB Variations
Color information
#9B363D (or 0x9B363D) is known color: Well Read. HEX triplet: 9B, 36 and 3D. RGB value is (155,54,61). Sum of RGB (Red+Green+Blue) = 155+54+61=270 (35% of max value = 765). Red value is 155 (60.94% from 255 or 57.41% from 270); Green value is 54 (21.48% from 255 or 20% from 270); Blue value is 61 (24.22% from 255 or 22.59% from 270); Max value from RGB is 155 - color contains mainly: red. Hex color #9B363D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B363D is #64C9C2. Grayscale: #555555. Windows color (decimal): -6605251 or 4011675. OLE color: 4011675.
HSL color Cylindrical-coordinate representation of color #9B363D: hue angle of 355.84º 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 #9B363D is Cyan = 0, Magento = 0.65, Yellow = 0.61 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 54 | 61 | - |
| CMYK | 0 | 0.65 | 0.61 | 0.39 |
| HSL | 355.84º | 0.48% | 0.41% | - |
| HSV(B) | 355.84º | 0.65% | 0.61% | - |
| XYZ | 15.68 | 9.94 | 5.51 | - |
| YUV | 85 | 114.46 | 177.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 54 | 61 | 0 | 0.65 | 0.61 | 0.39 | 355.84 | 0.48 | 0.41 |
| Hex | 9B | 36 | 3D | 0 | 41 | 3D | 27 | 164 | 30 | 29 |
| Octal | 233 | 66 | 75 | 0 | 101 | 75 | 47 | 544 | 60 | 51 |
| Binary | 10011011 | 110110 | 111101 | 0 | 1000001 | 111101 | 100111 | 101100100 | 110000 | 101001 |
Color Harmonies of #9B363D
Complementary color
Monochromatic Colors of #9B363D
Black with #9B363D
Text Example
Text Example
White with #9B363D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B363D; }
p { color: rgb(155,54,61); }
H1.HeaderClassName
{
color: #9B363D;
}
.AnyTagClassName
{
color: #9B363D;
}
</style>
background-color css
<style>
a { background-color: #9B363D; }
a { background-color: rgb(155,54,61); }
div.DivClassName
{
background-color: #9B363D;
}
.BgClassName
{
background-color: #9B363D;
}
</style>
border-color css
<style>
span { border-color: #9B363D; }
span { border-color: rgb(155,54,61); }
td.TdClassName
{
border-color: #9B363D;
}
.TagClassName
{
border-color: #9B363D;
}
</style>