Shades of Well Read #99343D
Tints of Well Read #99343D
RGB
CMYK
RGB Variations
Color information
#99343D (or 0x99343D) is known color: Well Read. HEX triplet: 99, 34 and 3D. RGB value is (153,52,61). Sum of RGB (Red+Green+Blue) = 153+52+61=266 (35% of max value = 765). Red value is 153 (60.16% from 255 or 57.52% from 266); Green value is 52 (20.70% from 255 or 19.55% from 266); Blue value is 61 (24.22% from 255 or 22.93% from 266); Max value from RGB is 153 - color contains mainly: red. Hex color #99343D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #99343D is #66CBC2. Grayscale: #535353. Windows color (decimal): -6736835 or 4011161. OLE color: 4011161.
HSL color Cylindrical-coordinate representation of color #99343D: hue angle of 354.65º 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 #99343D is Cyan = 0, Magento = 0.66, Yellow = 0.60 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 52 | 61 | - |
| CMYK | 0 | 0.66 | 0.60 | 0.4 |
| HSL | 354.65º | 0.49% | 0.4% | - |
| HSV(B) | 354.65º | 0.66% | 0.6% | - |
| XYZ | 15.21 | 9.57 | 5.46 | - |
| YUV | 83.23 | 115.46 | 177.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 52 | 61 | 0 | 0.66 | 0.60 | 0.4 | 354.65 | 0.49 | 0.4 |
| Hex | 99 | 34 | 3D | 0 | 42 | 3C | 28 | 163 | 31 | 28 |
| Octal | 231 | 64 | 75 | 0 | 102 | 74 | 50 | 543 | 61 | 50 |
| Binary | 10011001 | 110100 | 111101 | 0 | 1000010 | 111100 | 101000 | 101100011 | 110001 | 101000 |
Color Harmonies of #99343D
Complementary color
Monochromatic Colors of #99343D
Black with #99343D
Text Example
Text Example
White with #99343D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99343D; }
p { color: rgb(153,52,61); }
H1.HeaderClassName
{
color: #99343D;
}
.AnyTagClassName
{
color: #99343D;
}
</style>
background-color css
<style>
a { background-color: #99343D; }
a { background-color: rgb(153,52,61); }
div.DivClassName
{
background-color: #99343D;
}
.BgClassName
{
background-color: #99343D;
}
</style>
border-color css
<style>
span { border-color: #99343D; }
span { border-color: rgb(153,52,61); }
td.TdClassName
{
border-color: #99343D;
}
.TagClassName
{
border-color: #99343D;
}
</style>