Shades of Well Read #9D383A
Tints of Well Read #9D383A
RGB
CMYK
RGB Variations
Color information
#9D383A (or 0x9D383A) is known color: Well Read. HEX triplet: 9D, 38 and 3A. RGB value is (157,56,58). Sum of RGB (Red+Green+Blue) = 157+56+58=271 (35% of max value = 765). Red value is 157 (61.72% from 255 or 57.93% from 271); Green value is 56 (22.27% from 255 or 20.66% from 271); Blue value is 58 (23.05% from 255 or 21.40% from 271); Max value from RGB is 157 - color contains mainly: red. Hex color #9D383A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D383A is #62C7C5. Grayscale: #565656. Windows color (decimal): -6473670 or 3815581. OLE color: 3815581.
HSL color Cylindrical-coordinate representation of color #9D383A: hue angle of 358.81º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9D383A is Cyan = 0, Magento = 0.64, Yellow = 0.63 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 56 | 58 | - |
| CMYK | 0 | 0.64 | 0.63 | 0.38 |
| HSL | 358.81º | 0.47% | 0.42% | - |
| HSV(B) | 358.81º | 0.64% | 0.62% | - |
| XYZ | 16.08 | 10.3 | 5.14 | - |
| YUV | 86.43 | 111.96 | 178.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 56 | 58 | 0 | 0.64 | 0.63 | 0.38 | 358.81 | 0.47 | 0.42 |
| Hex | 9D | 38 | 3A | 0 | 40 | 3F | 26 | 167 | 2F | 2A |
| Octal | 235 | 70 | 72 | 0 | 100 | 77 | 46 | 547 | 57 | 52 |
| Binary | 10011101 | 111000 | 111010 | 0 | 1000000 | 111111 | 100110 | 101100111 | 101111 | 101010 |
Color Harmonies of #9D383A
Complementary color
Monochromatic Colors of #9D383A
Black with #9D383A
Text Example
Text Example
White with #9D383A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D383A; }
p { color: rgb(157,56,58); }
H1.HeaderClassName
{
color: #9D383A;
}
.AnyTagClassName
{
color: #9D383A;
}
</style>
background-color css
<style>
a { background-color: #9D383A; }
a { background-color: rgb(157,56,58); }
div.DivClassName
{
background-color: #9D383A;
}
.BgClassName
{
background-color: #9D383A;
}
</style>
border-color css
<style>
span { border-color: #9D383A; }
span { border-color: rgb(157,56,58); }
td.TdClassName
{
border-color: #9D383A;
}
.TagClassName
{
border-color: #9D383A;
}
</style>