Shades of Well Read #99353F
Tints of Well Read #99353F
RGB
CMYK
RGB Variations
Color information
#99353F (or 0x99353F) is known color: Well Read. HEX triplet: 99, 35 and 3F. RGB value is (153,53,63). Sum of RGB (Red+Green+Blue) = 153+53+63=269 (35% of max value = 765). Red value is 153 (60.16% from 255 or 56.88% from 269); Green value is 53 (21.09% from 255 or 19.70% from 269); Blue value is 63 (25% from 255 or 23.42% from 269); Max value from RGB is 153 - color contains mainly: red. Hex color #99353F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #99353F is #66CAC0. Grayscale: #545454. Windows color (decimal): -6736577 or 4142489. OLE color: 4142489.
HSL color Cylindrical-coordinate representation of color #99353F: hue angle of 354º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #99353F is Cyan = 0, Magento = 0.65, Yellow = 0.59 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 53 | 63 | - |
| CMYK | 0 | 0.65 | 0.59 | 0.4 |
| HSL | 354º | 0.49% | 0.4% | - |
| HSV(B) | 354º | 0.65% | 0.6% | - |
| XYZ | 15.31 | 9.68 | 5.76 | - |
| YUV | 84.04 | 116.13 | 177.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 53 | 63 | 0 | 0.65 | 0.59 | 0.4 | 354 | 0.49 | 0.4 |
| Hex | 99 | 35 | 3F | 0 | 41 | 3B | 28 | 162 | 31 | 28 |
| Octal | 231 | 65 | 77 | 0 | 101 | 73 | 50 | 542 | 61 | 50 |
| Binary | 10011001 | 110101 | 111111 | 0 | 1000001 | 111011 | 101000 | 101100010 | 110001 | 101000 |
Color Harmonies of #99353F
Complementary color
Monochromatic Colors of #99353F
Black with #99353F
Text Example
Text Example
White with #99353F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99353F; }
p { color: rgb(153,53,63); }
H1.HeaderClassName
{
color: #99353F;
}
.AnyTagClassName
{
color: #99353F;
}
</style>
background-color css
<style>
a { background-color: #99353F; }
a { background-color: rgb(153,53,63); }
div.DivClassName
{
background-color: #99353F;
}
.BgClassName
{
background-color: #99353F;
}
</style>
border-color css
<style>
span { border-color: #99353F; }
span { border-color: rgb(153,53,63); }
td.TdClassName
{
border-color: #99353F;
}
.TagClassName
{
border-color: #99353F;
}
</style>