Shades of Well Read #99383F
Tints of Well Read #99383F
RGB
CMYK
RGB Variations
Color information
#99383F (or 0x99383F) is known color: Well Read. HEX triplet: 99, 38 and 3F. RGB value is (153,56,63). Sum of RGB (Red+Green+Blue) = 153+56+63=272 (36% of max value = 765). Red value is 153 (60.16% from 255 or 56.25% from 272); Green value is 56 (22.27% from 255 or 20.59% from 272); Blue value is 63 (25% from 255 or 23.16% from 272); Max value from RGB is 153 - color contains mainly: red. Hex color #99383F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #99383F is #66C7C0. Grayscale: #555555. Windows color (decimal): -6735809 or 4143257. OLE color: 4143257.
HSL color Cylindrical-coordinate representation of color #99383F: hue angle of 355.67º 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 #99383F is Cyan = 0, Magento = 0.63, Yellow = 0.59 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 56 | 63 | - |
| CMYK | 0 | 0.63 | 0.59 | 0.4 |
| HSL | 355.67º | 0.46% | 0.41% | - |
| HSV(B) | 355.67º | 0.63% | 0.6% | - |
| XYZ | 15.45 | 9.96 | 5.81 | - |
| YUV | 85.8 | 115.14 | 175.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 56 | 63 | 0 | 0.63 | 0.59 | 0.4 | 355.67 | 0.46 | 0.41 |
| Hex | 99 | 38 | 3F | 0 | 3F | 3B | 28 | 164 | 2E | 29 |
| Octal | 231 | 70 | 77 | 0 | 77 | 73 | 50 | 544 | 56 | 51 |
| Binary | 10011001 | 111000 | 111111 | 0 | 111111 | 111011 | 101000 | 101100100 | 101110 | 101001 |
Color Harmonies of #99383F
Complementary color
Monochromatic Colors of #99383F
Black with #99383F
Text Example
Text Example
White with #99383F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99383F; }
p { color: rgb(153,56,63); }
H1.HeaderClassName
{
color: #99383F;
}
.AnyTagClassName
{
color: #99383F;
}
</style>
background-color css
<style>
a { background-color: #99383F; }
a { background-color: rgb(153,56,63); }
div.DivClassName
{
background-color: #99383F;
}
.BgClassName
{
background-color: #99383F;
}
</style>
border-color css
<style>
span { border-color: #99383F; }
span { border-color: rgb(153,56,63); }
td.TdClassName
{
border-color: #99383F;
}
.TagClassName
{
border-color: #99383F;
}
</style>