Shades of Well Read #99353B
Tints of Well Read #99353B
RGB
CMYK
RGB Variations
Color information
#99353B (or 0x99353B) is known color: Well Read. HEX triplet: 99, 35 and 3B. RGB value is (153,53,59). Sum of RGB (Red+Green+Blue) = 153+53+59=265 (35% of max value = 765). Red value is 153 (60.16% from 255 or 57.74% from 265); Green value is 53 (21.09% from 255 or 20% from 265); Blue value is 59 (23.44% from 255 or 22.26% from 265); Max value from RGB is 153 - color contains mainly: red. Hex color #99353B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #99353B is #66CAC4. Grayscale: #535353. Windows color (decimal): -6736581 or 3880345. OLE color: 3880345.
HSL color Cylindrical-coordinate representation of color #99353B: hue angle of 356.4º 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 #99353B is Cyan = 0, Magento = 0.65, Yellow = 0.61 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 53 | 59 | - |
| CMYK | 0 | 0.65 | 0.61 | 0.4 |
| HSL | 356.4º | 0.49% | 0.4% | - |
| HSV(B) | 356.4º | 0.65% | 0.6% | - |
| XYZ | 15.2 | 9.63 | 5.2 | - |
| YUV | 83.58 | 114.13 | 177.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 53 | 59 | 0 | 0.65 | 0.61 | 0.4 | 356.4 | 0.49 | 0.4 |
| Hex | 99 | 35 | 3B | 0 | 41 | 3D | 28 | 164 | 31 | 28 |
| Octal | 231 | 65 | 73 | 0 | 101 | 75 | 50 | 544 | 61 | 50 |
| Binary | 10011001 | 110101 | 111011 | 0 | 1000001 | 111101 | 101000 | 101100100 | 110001 | 101000 |
Color Harmonies of #99353B
Complementary color
Monochromatic Colors of #99353B
Black with #99353B
Text Example
Text Example
White with #99353B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99353B; }
p { color: rgb(153,53,59); }
H1.HeaderClassName
{
color: #99353B;
}
.AnyTagClassName
{
color: #99353B;
}
</style>
background-color css
<style>
a { background-color: #99353B; }
a { background-color: rgb(153,53,59); }
div.DivClassName
{
background-color: #99353B;
}
.BgClassName
{
background-color: #99353B;
}
</style>
border-color css
<style>
span { border-color: #99353B; }
span { border-color: rgb(153,53,59); }
td.TdClassName
{
border-color: #99353B;
}
.TagClassName
{
border-color: #99353B;
}
</style>