Shades of Well Read #99393B
Tints of Well Read #99393B
RGB
CMYK
RGB Variations
Color information
#99393B (or 0x99393B) is known color: Well Read. HEX triplet: 99, 39 and 3B. RGB value is (153,57,59). Sum of RGB (Red+Green+Blue) = 153+57+59=269 (35% of max value = 765). Red value is 153 (60.16% from 255 or 56.88% from 269); Green value is 57 (22.66% from 255 or 21.19% from 269); Blue value is 59 (23.44% from 255 or 21.93% from 269); Max value from RGB is 153 - color contains mainly: red. Hex color #99393B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #99393B is #66C6C4. Grayscale: #565656. Windows color (decimal): -6735557 or 3881369. OLE color: 3881369.
HSL color Cylindrical-coordinate representation of color #99393B: hue angle of 358.75º 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 #99393B is Cyan = 0, Magento = 0.63, Yellow = 0.61 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 57 | 59 | - |
| CMYK | 0 | 0.63 | 0.61 | 0.4 |
| HSL | 358.75º | 0.46% | 0.41% | - |
| HSV(B) | 358.75º | 0.63% | 0.6% | - |
| XYZ | 15.39 | 10.01 | 5.26 | - |
| YUV | 85.93 | 112.8 | 175.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 57 | 59 | 0 | 0.63 | 0.61 | 0.4 | 358.75 | 0.46 | 0.41 |
| Hex | 99 | 39 | 3B | 0 | 3F | 3D | 28 | 167 | 2E | 29 |
| Octal | 231 | 71 | 73 | 0 | 77 | 75 | 50 | 547 | 56 | 51 |
| Binary | 10011001 | 111001 | 111011 | 0 | 111111 | 111101 | 101000 | 101100111 | 101110 | 101001 |
Color Harmonies of #99393B
Complementary color
Monochromatic Colors of #99393B
Black with #99393B
Text Example
Text Example
White with #99393B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99393B; }
p { color: rgb(153,57,59); }
H1.HeaderClassName
{
color: #99393B;
}
.AnyTagClassName
{
color: #99393B;
}
</style>
background-color css
<style>
a { background-color: #99393B; }
a { background-color: rgb(153,57,59); }
div.DivClassName
{
background-color: #99393B;
}
.BgClassName
{
background-color: #99393B;
}
</style>
border-color css
<style>
span { border-color: #99393B; }
span { border-color: rgb(153,57,59); }
td.TdClassName
{
border-color: #99393B;
}
.TagClassName
{
border-color: #99393B;
}
</style>