Shades of Well Read #9A333F
Tints of Well Read #9A333F
RGB
CMYK
RGB Variations
Color information
#9A333F (or 0x9A333F) is known color: Well Read. HEX triplet: 9A, 33 and 3F. RGB value is (154,51,63). Sum of RGB (Red+Green+Blue) = 154+51+63=268 (35% of max value = 765). Red value is 154 (60.55% from 255 or 57.46% from 268); Green value is 51 (20.31% from 255 or 19.03% from 268); Blue value is 63 (25% from 255 or 23.51% from 268); Max value from RGB is 154 - color contains mainly: red. Hex color #9A333F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A333F is #65CCC0. Grayscale: #535353. Windows color (decimal): -6671553 or 4141978. OLE color: 4141978.
HSL color Cylindrical-coordinate representation of color #9A333F: hue angle of 353.01º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9A333F is Cyan = 0, Magento = 0.67, Yellow = 0.59 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 51 | 63 | - |
| CMYK | 0 | 0.67 | 0.59 | 0.40 |
| HSL | 353.01º | 0.5% | 0.4% | - |
| HSV(B) | 353.01º | 0.67% | 0.6% | - |
| XYZ | 15.41 | 9.6 | 5.74 | - |
| YUV | 83.17 | 116.62 | 178.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 51 | 63 | 0 | 0.67 | 0.59 | 0.40 | 353.01 | 0.5 | 0.4 |
| Hex | 9A | 33 | 3F | 0 | 43 | 3B | 28 | 161 | 32 | 28 |
| Octal | 232 | 63 | 77 | 0 | 103 | 73 | 50 | 541 | 62 | 50 |
| Binary | 10011010 | 110011 | 111111 | 0 | 1000011 | 111011 | 101000 | 101100001 | 110010 | 101000 |
Color Harmonies of #9A333F
Complementary color
Monochromatic Colors of #9A333F
Black with #9A333F
Text Example
Text Example
White with #9A333F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A333F; }
p { color: rgb(154,51,63); }
H1.HeaderClassName
{
color: #9A333F;
}
.AnyTagClassName
{
color: #9A333F;
}
</style>
background-color css
<style>
a { background-color: #9A333F; }
a { background-color: rgb(154,51,63); }
div.DivClassName
{
background-color: #9A333F;
}
.BgClassName
{
background-color: #9A333F;
}
</style>
border-color css
<style>
span { border-color: #9A333F; }
span { border-color: rgb(154,51,63); }
td.TdClassName
{
border-color: #9A333F;
}
.TagClassName
{
border-color: #9A333F;
}
</style>