Shades of Well Read #99343B
Tints of Well Read #99343B
RGB
CMYK
RGB Variations
Color information
#99343B (or 0x99343B) is known color: Well Read. HEX triplet: 99, 34 and 3B. RGB value is (153,52,59). Sum of RGB (Red+Green+Blue) = 153+52+59=264 (34% of max value = 765). Red value is 153 (60.16% from 255 or 57.95% from 264); Green value is 52 (20.70% from 255 or 19.70% from 264); Blue value is 59 (23.44% from 255 or 22.35% from 264); Max value from RGB is 153 - color contains mainly: red. Hex color #99343B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #99343B is #66CBC4. Grayscale: #535353. Windows color (decimal): -6736837 or 3880089. OLE color: 3880089.
HSL color Cylindrical-coordinate representation of color #99343B: hue angle of 355.84º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #99343B is Cyan = 0, Magento = 0.66, Yellow = 0.61 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 52 | 59 | - |
| CMYK | 0 | 0.66 | 0.61 | 0.4 |
| HSL | 355.84º | 0.49% | 0.4% | - |
| HSV(B) | 355.84º | 0.66% | 0.6% | - |
| XYZ | 15.15 | 9.54 | 5.18 | - |
| YUV | 83 | 114.46 | 177.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 52 | 59 | 0 | 0.66 | 0.61 | 0.4 | 355.84 | 0.49 | 0.4 |
| Hex | 99 | 34 | 3B | 0 | 42 | 3D | 28 | 164 | 31 | 28 |
| Octal | 231 | 64 | 73 | 0 | 102 | 75 | 50 | 544 | 61 | 50 |
| Binary | 10011001 | 110100 | 111011 | 0 | 1000010 | 111101 | 101000 | 101100100 | 110001 | 101000 |
Color Harmonies of #99343B
Complementary color
Monochromatic Colors of #99343B
Black with #99343B
Text Example
Text Example
White with #99343B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99343B; }
p { color: rgb(153,52,59); }
H1.HeaderClassName
{
color: #99343B;
}
.AnyTagClassName
{
color: #99343B;
}
</style>
background-color css
<style>
a { background-color: #99343B; }
a { background-color: rgb(153,52,59); }
div.DivClassName
{
background-color: #99343B;
}
.BgClassName
{
background-color: #99343B;
}
</style>
border-color css
<style>
span { border-color: #99343B; }
span { border-color: rgb(153,52,59); }
td.TdClassName
{
border-color: #99343B;
}
.TagClassName
{
border-color: #99343B;
}
</style>