Shades of Well Read #9B343D
Tints of Well Read #9B343D
RGB
CMYK
RGB Variations
Color information
#9B343D (or 0x9B343D) is known color: Well Read. HEX triplet: 9B, 34 and 3D. RGB value is (155,52,61). Sum of RGB (Red+Green+Blue) = 155+52+61=268 (35% of max value = 765). Red value is 155 (60.94% from 255 or 57.84% from 268); Green value is 52 (20.70% from 255 or 19.40% from 268); Blue value is 61 (24.22% from 255 or 22.76% from 268); Max value from RGB is 155 - color contains mainly: red. Hex color #9B343D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B343D is #64CBC2. Grayscale: #535353. Windows color (decimal): -6605763 or 4011163. OLE color: 4011163.
HSL color Cylindrical-coordinate representation of color #9B343D: hue angle of 354.76º 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 #9B343D is Cyan = 0, Magento = 0.66, Yellow = 0.61 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 52 | 61 | - |
| CMYK | 0 | 0.66 | 0.61 | 0.39 |
| HSL | 354.76º | 0.5% | 0.41% | - |
| HSV(B) | 354.76º | 0.66% | 0.61% | - |
| XYZ | 15.59 | 9.76 | 5.48 | - |
| YUV | 83.82 | 115.12 | 178.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 52 | 61 | 0 | 0.66 | 0.61 | 0.39 | 354.76 | 0.5 | 0.41 |
| Hex | 9B | 34 | 3D | 0 | 42 | 3D | 27 | 163 | 32 | 29 |
| Octal | 233 | 64 | 75 | 0 | 102 | 75 | 47 | 543 | 62 | 51 |
| Binary | 10011011 | 110100 | 111101 | 0 | 1000010 | 111101 | 100111 | 101100011 | 110010 | 101001 |
Color Harmonies of #9B343D
Complementary color
Monochromatic Colors of #9B343D
Black with #9B343D
Text Example
Text Example
White with #9B343D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B343D; }
p { color: rgb(155,52,61); }
H1.HeaderClassName
{
color: #9B343D;
}
.AnyTagClassName
{
color: #9B343D;
}
</style>
background-color css
<style>
a { background-color: #9B343D; }
a { background-color: rgb(155,52,61); }
div.DivClassName
{
background-color: #9B343D;
}
.BgClassName
{
background-color: #9B343D;
}
</style>
border-color css
<style>
span { border-color: #9B343D; }
span { border-color: rgb(155,52,61); }
td.TdClassName
{
border-color: #9B343D;
}
.TagClassName
{
border-color: #9B343D;
}
</style>