Shades of Well Read #9D363D
Tints of Well Read #9D363D
RGB
CMYK
RGB Variations
Color information
#9D363D (or 0x9D363D) is known color: Well Read. HEX triplet: 9D, 36 and 3D. RGB value is (157,54,61). Sum of RGB (Red+Green+Blue) = 157+54+61=272 (36% of max value = 765). Red value is 157 (61.72% from 255 or 57.72% from 272); Green value is 54 (21.48% from 255 or 19.85% from 272); Blue value is 61 (24.22% from 255 or 22.43% from 272); Max value from RGB is 157 - color contains mainly: red. Hex color #9D363D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D363D is #62C9C2. Grayscale: #555555. Windows color (decimal): -6474179 or 4011677. OLE color: 4011677.
HSL color Cylindrical-coordinate representation of color #9D363D: hue angle of 355.92º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9D363D is Cyan = 0, Magento = 0.66, Yellow = 0.61 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 54 | 61 | - |
| CMYK | 0 | 0.66 | 0.61 | 0.38 |
| HSL | 355.92º | 0.49% | 0.41% | - |
| HSV(B) | 355.92º | 0.66% | 0.62% | - |
| XYZ | 16.07 | 10.14 | 5.53 | - |
| YUV | 85.6 | 114.12 | 178.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 54 | 61 | 0 | 0.66 | 0.61 | 0.38 | 355.92 | 0.49 | 0.41 |
| Hex | 9D | 36 | 3D | 0 | 42 | 3D | 26 | 164 | 31 | 29 |
| Octal | 235 | 66 | 75 | 0 | 102 | 75 | 46 | 544 | 61 | 51 |
| Binary | 10011101 | 110110 | 111101 | 0 | 1000010 | 111101 | 100110 | 101100100 | 110001 | 101001 |
Color Harmonies of #9D363D
Complementary color
Monochromatic Colors of #9D363D
Black with #9D363D
Text Example
Text Example
White with #9D363D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D363D; }
p { color: rgb(157,54,61); }
H1.HeaderClassName
{
color: #9D363D;
}
.AnyTagClassName
{
color: #9D363D;
}
</style>
background-color css
<style>
a { background-color: #9D363D; }
a { background-color: rgb(157,54,61); }
div.DivClassName
{
background-color: #9D363D;
}
.BgClassName
{
background-color: #9D363D;
}
</style>
border-color css
<style>
span { border-color: #9D363D; }
span { border-color: rgb(157,54,61); }
td.TdClassName
{
border-color: #9D363D;
}
.TagClassName
{
border-color: #9D363D;
}
</style>