Shades of Well Read #9D3C3F
Tints of Well Read #9D3C3F
RGB
CMYK
RGB Variations
Color information
#9D3C3F (or 0x9D3C3F) is known color: Well Read. HEX triplet: 9D, 3C and 3F. RGB value is (157,60,63). Sum of RGB (Red+Green+Blue) = 157+60+63=280 (37% of max value = 765). Red value is 157 (61.72% from 255 or 56.07% from 280); Green value is 60 (23.83% from 255 or 21.43% from 280); Blue value is 63 (25% from 255 or 22.5% from 280); Max value from RGB is 157 - color contains mainly: red. Hex color #9D3C3F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D3C3F is #62C3C0. Grayscale: #595959. Windows color (decimal): -6472641 or 4144285. OLE color: 4144285.
HSL color Cylindrical-coordinate representation of color #9D3C3F: hue angle of 358.14º degrees, saturation: 0.45, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9D3C3F is Cyan = 0, Magento = 0.62, Yellow = 0.60 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 60 | 63 | - |
| CMYK | 0 | 0.62 | 0.60 | 0.38 |
| HSL | 358.14º | 0.45% | 0.43% | - |
| HSV(B) | 358.14º | 0.62% | 0.62% | - |
| XYZ | 16.42 | 10.76 | 5.91 | - |
| YUV | 89.35 | 113.14 | 176.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 60 | 63 | 0 | 0.62 | 0.60 | 0.38 | 358.14 | 0.45 | 0.43 |
| Hex | 9D | 3C | 3F | 0 | 3E | 3C | 26 | 166 | 2D | 2B |
| Octal | 235 | 74 | 77 | 0 | 76 | 74 | 46 | 546 | 55 | 53 |
| Binary | 10011101 | 111100 | 111111 | 0 | 111110 | 111100 | 100110 | 101100110 | 101101 | 101011 |
Color Harmonies of #9D3C3F
Complementary color
Monochromatic Colors of #9D3C3F
Black with #9D3C3F
Text Example
Text Example
White with #9D3C3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D3C3F; }
p { color: rgb(157,60,63); }
H1.HeaderClassName
{
color: #9D3C3F;
}
.AnyTagClassName
{
color: #9D3C3F;
}
</style>
background-color css
<style>
a { background-color: #9D3C3F; }
a { background-color: rgb(157,60,63); }
div.DivClassName
{
background-color: #9D3C3F;
}
.BgClassName
{
background-color: #9D3C3F;
}
</style>
border-color css
<style>
span { border-color: #9D3C3F; }
span { border-color: rgb(157,60,63); }
td.TdClassName
{
border-color: #9D3C3F;
}
.TagClassName
{
border-color: #9D3C3F;
}
</style>