Shades of Well Read #9D3A3F
Tints of Well Read #9D3A3F
RGB
CMYK
RGB Variations
Color information
#9D3A3F (or 0x9D3A3F) is known color: Well Read. HEX triplet: 9D, 3A and 3F. RGB value is (157,58,63). Sum of RGB (Red+Green+Blue) = 157+58+63=278 (36% of max value = 765). Red value is 157 (61.72% from 255 or 56.47% from 278); Green value is 58 (23.05% from 255 or 20.86% from 278); Blue value is 63 (25% from 255 or 22.66% from 278); Max value from RGB is 157 - color contains mainly: red. Hex color #9D3A3F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D3A3F is #62C5C0. Grayscale: #585858. Windows color (decimal): -6473153 or 4143773. OLE color: 4143773.
HSL color Cylindrical-coordinate representation of color #9D3A3F: hue angle of 356.97º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9D3A3F is Cyan = 0, Magento = 0.63, Yellow = 0.60 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 58 | 63 | - |
| CMYK | 0 | 0.63 | 0.60 | 0.38 |
| HSL | 356.97º | 0.46% | 0.42% | - |
| HSV(B) | 356.97º | 0.63% | 0.62% | - |
| XYZ | 16.31 | 10.55 | 5.88 | - |
| YUV | 88.17 | 113.8 | 177.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 58 | 63 | 0 | 0.63 | 0.60 | 0.38 | 356.97 | 0.46 | 0.42 |
| Hex | 9D | 3A | 3F | 0 | 3F | 3C | 26 | 165 | 2E | 2A |
| Octal | 235 | 72 | 77 | 0 | 77 | 74 | 46 | 545 | 56 | 52 |
| Binary | 10011101 | 111010 | 111111 | 0 | 111111 | 111100 | 100110 | 101100101 | 101110 | 101010 |
Color Harmonies of #9D3A3F
Complementary color
Monochromatic Colors of #9D3A3F
Black with #9D3A3F
Text Example
Text Example
White with #9D3A3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D3A3F; }
p { color: rgb(157,58,63); }
H1.HeaderClassName
{
color: #9D3A3F;
}
.AnyTagClassName
{
color: #9D3A3F;
}
</style>
background-color css
<style>
a { background-color: #9D3A3F; }
a { background-color: rgb(157,58,63); }
div.DivClassName
{
background-color: #9D3A3F;
}
.BgClassName
{
background-color: #9D3A3F;
}
</style>
border-color css
<style>
span { border-color: #9D3A3F; }
span { border-color: rgb(157,58,63); }
td.TdClassName
{
border-color: #9D3A3F;
}
.TagClassName
{
border-color: #9D3A3F;
}
</style>