Shades of Well Read #99393F
Tints of Well Read #99393F
RGB
CMYK
RGB Variations
Color information
#99393F (or 0x99393F) is known color: Well Read. HEX triplet: 99, 39 and 3F. RGB value is (153,57,63). Sum of RGB (Red+Green+Blue) = 153+57+63=273 (36% of max value = 765). Red value is 153 (60.16% from 255 or 56.04% from 273); Green value is 57 (22.66% from 255 or 20.88% from 273); Blue value is 63 (25% from 255 or 23.08% from 273); Max value from RGB is 153 - color contains mainly: red. Hex color #99393F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #99393F is #66C6C0. Grayscale: #565656. Windows color (decimal): -6735553 or 4143513. OLE color: 4143513.
HSL color Cylindrical-coordinate representation of color #99393F: hue angle of 356.25º 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 #99393F is Cyan = 0, Magento = 0.63, Yellow = 0.59 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 57 | 63 | - |
| CMYK | 0 | 0.63 | 0.59 | 0.4 |
| HSL | 356.25º | 0.46% | 0.41% | - |
| HSV(B) | 356.25º | 0.63% | 0.6% | - |
| XYZ | 15.5 | 10.06 | 5.83 | - |
| YUV | 86.39 | 114.8 | 175.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 57 | 63 | 0 | 0.63 | 0.59 | 0.4 | 356.25 | 0.46 | 0.41 |
| Hex | 99 | 39 | 3F | 0 | 3F | 3B | 28 | 164 | 2E | 29 |
| Octal | 231 | 71 | 77 | 0 | 77 | 73 | 50 | 544 | 56 | 51 |
| Binary | 10011001 | 111001 | 111111 | 0 | 111111 | 111011 | 101000 | 101100100 | 101110 | 101001 |
Color Harmonies of #99393F
Complementary color
Monochromatic Colors of #99393F
Black with #99393F
Text Example
Text Example
White with #99393F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99393F; }
p { color: rgb(153,57,63); }
H1.HeaderClassName
{
color: #99393F;
}
.AnyTagClassName
{
color: #99393F;
}
</style>
background-color css
<style>
a { background-color: #99393F; }
a { background-color: rgb(153,57,63); }
div.DivClassName
{
background-color: #99393F;
}
.BgClassName
{
background-color: #99393F;
}
</style>
border-color css
<style>
span { border-color: #99393F; }
span { border-color: rgb(153,57,63); }
td.TdClassName
{
border-color: #99393F;
}
.TagClassName
{
border-color: #99393F;
}
</style>