Shades of Well Read #9B3343
Tints of Well Read #9B3343
RGB
CMYK
RGB Variations
Color information
#9B3343 (or 0x9B3343) is known color: Well Read. HEX triplet: 9B, 33 and 43. RGB value is (155,51,67). Sum of RGB (Red+Green+Blue) = 155+51+67=273 (36% of max value = 765). Red value is 155 (60.94% from 255 or 56.78% from 273); Green value is 51 (20.31% from 255 or 18.68% from 273); Blue value is 67 (26.56% from 255 or 24.54% from 273); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3343 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B3343 is #64CCBC. Grayscale: #535353. Windows color (decimal): -6606013 or 4404123. OLE color: 4404123.
HSL color Cylindrical-coordinate representation of color #9B3343: hue angle of 350.77º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9B3343 is Cyan = 0, Magento = 0.67, Yellow = 0.57 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 51 | 67 | - |
| CMYK | 0 | 0.67 | 0.57 | 0.39 |
| HSL | 350.77º | 0.5% | 0.4% | - |
| HSV(B) | 350.77º | 0.67% | 0.61% | - |
| XYZ | 15.71 | 9.74 | 6.36 | - |
| YUV | 83.92 | 118.46 | 178.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 51 | 67 | 0 | 0.67 | 0.57 | 0.39 | 350.77 | 0.5 | 0.4 |
| Hex | 9B | 33 | 43 | 0 | 43 | 39 | 27 | 15F | 32 | 28 |
| Octal | 233 | 63 | 103 | 0 | 103 | 71 | 47 | 537 | 62 | 50 |
| Binary | 10011011 | 110011 | 1000011 | 0 | 1000011 | 111001 | 100111 | 101011111 | 110010 | 101000 |
Color Harmonies of #9B3343
Complementary color
Monochromatic Colors of #9B3343
Black with #9B3343
Text Example
Text Example
White with #9B3343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B3343; }
p { color: rgb(155,51,67); }
H1.HeaderClassName
{
color: #9B3343;
}
.AnyTagClassName
{
color: #9B3343;
}
</style>
background-color css
<style>
a { background-color: #9B3343; }
a { background-color: rgb(155,51,67); }
div.DivClassName
{
background-color: #9B3343;
}
.BgClassName
{
background-color: #9B3343;
}
</style>
border-color css
<style>
span { border-color: #9B3343; }
span { border-color: rgb(155,51,67); }
td.TdClassName
{
border-color: #9B3343;
}
.TagClassName
{
border-color: #9B3343;
}
</style>