Shades of Well Read #99363B
Tints of Well Read #99363B
RGB
CMYK
RGB Variations
Color information
#99363B (or 0x99363B) is known color: Well Read. HEX triplet: 99, 36 and 3B. RGB value is (153,54,59). Sum of RGB (Red+Green+Blue) = 153+54+59=266 (35% of max value = 765). Red value is 153 (60.16% from 255 or 57.52% from 266); Green value is 54 (21.48% from 255 or 20.30% from 266); Blue value is 59 (23.44% from 255 or 22.18% from 266); Max value from RGB is 153 - color contains mainly: red. Hex color #99363B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #99363B is #66C9C4. Grayscale: #545454. Windows color (decimal): -6736325 or 3880601. OLE color: 3880601.
HSL color Cylindrical-coordinate representation of color #99363B: hue angle of 356.97º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #99363B is Cyan = 0, Magento = 0.65, Yellow = 0.61 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 54 | 59 | - |
| CMYK | 0 | 0.65 | 0.61 | 0.4 |
| HSL | 356.97º | 0.48% | 0.41% | - |
| HSV(B) | 356.97º | 0.65% | 0.6% | - |
| XYZ | 15.25 | 9.73 | 5.21 | - |
| YUV | 84.17 | 113.8 | 177.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 54 | 59 | 0 | 0.65 | 0.61 | 0.4 | 356.97 | 0.48 | 0.41 |
| Hex | 99 | 36 | 3B | 0 | 41 | 3D | 28 | 165 | 30 | 29 |
| Octal | 231 | 66 | 73 | 0 | 101 | 75 | 50 | 545 | 60 | 51 |
| Binary | 10011001 | 110110 | 111011 | 0 | 1000001 | 111101 | 101000 | 101100101 | 110000 | 101001 |
Color Harmonies of #99363B
Complementary color
Monochromatic Colors of #99363B
Black with #99363B
Text Example
Text Example
White with #99363B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99363B; }
p { color: rgb(153,54,59); }
H1.HeaderClassName
{
color: #99363B;
}
.AnyTagClassName
{
color: #99363B;
}
</style>
background-color css
<style>
a { background-color: #99363B; }
a { background-color: rgb(153,54,59); }
div.DivClassName
{
background-color: #99363B;
}
.BgClassName
{
background-color: #99363B;
}
</style>
border-color css
<style>
span { border-color: #99363B; }
span { border-color: rgb(153,54,59); }
td.TdClassName
{
border-color: #99363B;
}
.TagClassName
{
border-color: #99363B;
}
</style>