Shades of Well Read #99393A
Tints of Well Read #99393A
RGB
CMYK
RGB Variations
Color information
#99393A (or 0x99393A) is known color: Well Read. HEX triplet: 99, 39 and 3A. RGB value is (153,57,58). Sum of RGB (Red+Green+Blue) = 153+57+58=268 (35% of max value = 765). Red value is 153 (60.16% from 255 or 57.09% from 268); Green value is 57 (22.66% from 255 or 21.27% from 268); Blue value is 58 (23.05% from 255 or 21.64% from 268); Max value from RGB is 153 - color contains mainly: red. Hex color #99393A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #99393A is #66C6C5. Grayscale: #555555. Windows color (decimal): -6735558 or 3815833. OLE color: 3815833.
HSL color Cylindrical-coordinate representation of color #99393A: hue angle of 359.38º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #99393A is Cyan = 0, Magento = 0.63, Yellow = 0.62 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 57 | 58 | - |
| CMYK | 0 | 0.63 | 0.62 | 0.4 |
| HSL | 359.38º | 0.46% | 0.41% | - |
| HSV(B) | 359.38º | 0.63% | 0.6% | - |
| XYZ | 15.36 | 10 | 5.12 | - |
| YUV | 85.82 | 112.3 | 175.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 57 | 58 | 0 | 0.63 | 0.62 | 0.4 | 359.38 | 0.46 | 0.41 |
| Hex | 99 | 39 | 3A | 0 | 3F | 3E | 28 | 167 | 2E | 29 |
| Octal | 231 | 71 | 72 | 0 | 77 | 76 | 50 | 547 | 56 | 51 |
| Binary | 10011001 | 111001 | 111010 | 0 | 111111 | 111110 | 101000 | 101100111 | 101110 | 101001 |
Color Harmonies of #99393A
Complementary color
Monochromatic Colors of #99393A
Black with #99393A
Text Example
Text Example
White with #99393A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99393A; }
p { color: rgb(153,57,58); }
H1.HeaderClassName
{
color: #99393A;
}
.AnyTagClassName
{
color: #99393A;
}
</style>
background-color css
<style>
a { background-color: #99393A; }
a { background-color: rgb(153,57,58); }
div.DivClassName
{
background-color: #99393A;
}
.BgClassName
{
background-color: #99393A;
}
</style>
border-color css
<style>
span { border-color: #99393A; }
span { border-color: rgb(153,57,58); }
td.TdClassName
{
border-color: #99393A;
}
.TagClassName
{
border-color: #99393A;
}
</style>