Shades of Well Read #9B343E
Tints of Well Read #9B343E
RGB
CMYK
RGB Variations
Color information
#9B343E (or 0x9B343E) is known color: Well Read. HEX triplet: 9B, 34 and 3E. RGB value is (155,52,62). Sum of RGB (Red+Green+Blue) = 155+52+62=269 (35% of max value = 765). Red value is 155 (60.94% from 255 or 57.62% from 269); Green value is 52 (20.70% from 255 or 19.33% from 269); Blue value is 62 (24.61% from 255 or 23.05% from 269); Max value from RGB is 155 - color contains mainly: red. Hex color #9B343E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B343E is #64CBC1. Grayscale: #545454. Windows color (decimal): -6605762 or 4076699. OLE color: 4076699.
HSL color Cylindrical-coordinate representation of color #9B343E: hue angle of 354.17º 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 #9B343E is Cyan = 0, Magento = 0.66, Yellow = 0.6 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 52 | 62 | - |
| CMYK | 0 | 0.66 | 0.6 | 0.39 |
| HSL | 354.17º | 0.5% | 0.41% | - |
| HSV(B) | 354.17º | 0.66% | 0.61% | - |
| XYZ | 15.62 | 9.77 | 5.62 | - |
| YUV | 83.94 | 115.62 | 178.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 52 | 62 | 0 | 0.66 | 0.6 | 0.39 | 354.17 | 0.5 | 0.41 |
| Hex | 9B | 34 | 3E | 0 | 42 | 3C | 27 | 162 | 32 | 29 |
| Octal | 233 | 64 | 76 | 0 | 102 | 74 | 47 | 542 | 62 | 51 |
| Binary | 10011011 | 110100 | 111110 | 0 | 1000010 | 111100 | 100111 | 101100010 | 110010 | 101001 |
Color Harmonies of #9B343E
Complementary color
Monochromatic Colors of #9B343E
Black with #9B343E
Text Example
Text Example
White with #9B343E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B343E; }
p { color: rgb(155,52,62); }
H1.HeaderClassName
{
color: #9B343E;
}
.AnyTagClassName
{
color: #9B343E;
}
</style>
background-color css
<style>
a { background-color: #9B343E; }
a { background-color: rgb(155,52,62); }
div.DivClassName
{
background-color: #9B343E;
}
.BgClassName
{
background-color: #9B343E;
}
</style>
border-color css
<style>
span { border-color: #9B343E; }
span { border-color: rgb(155,52,62); }
td.TdClassName
{
border-color: #9B343E;
}
.TagClassName
{
border-color: #9B343E;
}
</style>