Shades of Well Read #99353D
Tints of Well Read #99353D
RGB
CMYK
RGB Variations
Color information
#99353D (or 0x99353D) is known color: Well Read. HEX triplet: 99, 35 and 3D. RGB value is (153,53,61). Sum of RGB (Red+Green+Blue) = 153+53+61=267 (35% of max value = 765). Red value is 153 (60.16% from 255 or 57.30% from 267); Green value is 53 (21.09% from 255 or 19.85% from 267); Blue value is 61 (24.22% from 255 or 22.85% from 267); Max value from RGB is 153 - color contains mainly: red. Hex color #99353D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #99353D is #66CAC2. Grayscale: #535353. Windows color (decimal): -6736579 or 4011417. OLE color: 4011417.
HSL color Cylindrical-coordinate representation of color #99353D: hue angle of 355.2º 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 #99353D is Cyan = 0, Magento = 0.65, Yellow = 0.60 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 53 | 61 | - |
| CMYK | 0 | 0.65 | 0.60 | 0.4 |
| HSL | 355.2º | 0.49% | 0.4% | - |
| HSV(B) | 355.2º | 0.65% | 0.6% | - |
| XYZ | 15.25 | 9.66 | 5.47 | - |
| YUV | 83.81 | 115.13 | 177.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 53 | 61 | 0 | 0.65 | 0.60 | 0.4 | 355.2 | 0.49 | 0.4 |
| Hex | 99 | 35 | 3D | 0 | 41 | 3C | 28 | 163 | 31 | 28 |
| Octal | 231 | 65 | 75 | 0 | 101 | 74 | 50 | 543 | 61 | 50 |
| Binary | 10011001 | 110101 | 111101 | 0 | 1000001 | 111100 | 101000 | 101100011 | 110001 | 101000 |
Color Harmonies of #99353D
Complementary color
Monochromatic Colors of #99353D
Black with #99353D
Text Example
Text Example
White with #99353D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99353D; }
p { color: rgb(153,53,61); }
H1.HeaderClassName
{
color: #99353D;
}
.AnyTagClassName
{
color: #99353D;
}
</style>
background-color css
<style>
a { background-color: #99353D; }
a { background-color: rgb(153,53,61); }
div.DivClassName
{
background-color: #99353D;
}
.BgClassName
{
background-color: #99353D;
}
</style>
border-color css
<style>
span { border-color: #99353D; }
span { border-color: rgb(153,53,61); }
td.TdClassName
{
border-color: #99353D;
}
.TagClassName
{
border-color: #99353D;
}
</style>