Shades of Well Read #9B343F
Tints of Well Read #9B343F
RGB
CMYK
RGB Variations
Color information
#9B343F (or 0x9B343F) is known color: Well Read. HEX triplet: 9B, 34 and 3F. RGB value is (155,52,63). Sum of RGB (Red+Green+Blue) = 155+52+63=270 (35% of max value = 765). Red value is 155 (60.94% from 255 or 57.41% from 270); Green value is 52 (20.70% from 255 or 19.26% from 270); Blue value is 63 (25% from 255 or 23.33% from 270); Max value from RGB is 155 - color contains mainly: red. Hex color #9B343F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B343F is #64CBC0. Grayscale: #545454. Windows color (decimal): -6605761 or 4142235. OLE color: 4142235.
HSL color Cylindrical-coordinate representation of color #9B343F: hue angle of 353.59º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9B343F is Cyan = 0, Magento = 0.66, Yellow = 0.59 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 52 | 63 | - |
| CMYK | 0 | 0.66 | 0.59 | 0.39 |
| HSL | 353.59º | 0.5% | 0.41% | - |
| HSV(B) | 353.59º | 0.66% | 0.61% | - |
| XYZ | 15.64 | 9.78 | 5.77 | - |
| YUV | 84.05 | 116.12 | 178.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 52 | 63 | 0 | 0.66 | 0.59 | 0.39 | 353.59 | 0.5 | 0.41 |
| Hex | 9B | 34 | 3F | 0 | 42 | 3B | 27 | 162 | 32 | 29 |
| Octal | 233 | 64 | 77 | 0 | 102 | 73 | 47 | 542 | 62 | 51 |
| Binary | 10011011 | 110100 | 111111 | 0 | 1000010 | 111011 | 100111 | 101100010 | 110010 | 101001 |
Color Harmonies of #9B343F
Complementary color
Monochromatic Colors of #9B343F
Black with #9B343F
Text Example
Text Example
White with #9B343F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B343F; }
p { color: rgb(155,52,63); }
H1.HeaderClassName
{
color: #9B343F;
}
.AnyTagClassName
{
color: #9B343F;
}
</style>
background-color css
<style>
a { background-color: #9B343F; }
a { background-color: rgb(155,52,63); }
div.DivClassName
{
background-color: #9B343F;
}
.BgClassName
{
background-color: #9B343F;
}
</style>
border-color css
<style>
span { border-color: #9B343F; }
span { border-color: rgb(155,52,63); }
td.TdClassName
{
border-color: #9B343F;
}
.TagClassName
{
border-color: #9B343F;
}
</style>