Shades of Well Read #9B3242
Tints of Well Read #9B3242
RGB
CMYK
RGB Variations
Color information
#9B3242 (or 0x9B3242) is known color: Well Read. HEX triplet: 9B, 32 and 42. RGB value is (155,50,66). Sum of RGB (Red+Green+Blue) = 155+50+66=271 (35% of max value = 765). Red value is 155 (60.94% from 255 or 57.20% from 271); Green value is 50 (19.92% from 255 or 18.45% from 271); Blue value is 66 (26.17% from 255 or 24.35% from 271); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3242 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B3242 is #64CDBD. Grayscale: #535353. Windows color (decimal): -6606270 or 4338331. OLE color: 4338331.
HSL color Cylindrical-coordinate representation of color #9B3242: hue angle of 350.86º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9B3242 is Cyan = 0, Magento = 0.68, Yellow = 0.57 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 50 | 66 | - |
| CMYK | 0 | 0.68 | 0.57 | 0.39 |
| HSL | 350.86º | 0.51% | 0.4% | - |
| HSV(B) | 350.86º | 0.68% | 0.61% | - |
| XYZ | 15.64 | 9.64 | 6.19 | - |
| YUV | 83.22 | 118.29 | 179.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 50 | 66 | 0 | 0.68 | 0.57 | 0.39 | 350.86 | 0.51 | 0.4 |
| Hex | 9B | 32 | 42 | 0 | 44 | 39 | 27 | 15F | 33 | 28 |
| Octal | 233 | 62 | 102 | 0 | 104 | 71 | 47 | 537 | 63 | 50 |
| Binary | 10011011 | 110010 | 1000010 | 0 | 1000100 | 111001 | 100111 | 101011111 | 110011 | 101000 |
Color Harmonies of #9B3242
Complementary color
Monochromatic Colors of #9B3242
Black with #9B3242
Text Example
Text Example
White with #9B3242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B3242; }
p { color: rgb(155,50,66); }
H1.HeaderClassName
{
color: #9B3242;
}
.AnyTagClassName
{
color: #9B3242;
}
</style>
background-color css
<style>
a { background-color: #9B3242; }
a { background-color: rgb(155,50,66); }
div.DivClassName
{
background-color: #9B3242;
}
.BgClassName
{
background-color: #9B3242;
}
</style>
border-color css
<style>
span { border-color: #9B3242; }
span { border-color: rgb(155,50,66); }
td.TdClassName
{
border-color: #9B3242;
}
.TagClassName
{
border-color: #9B3242;
}
</style>