Shades of Well Read #9C383B
Tints of Well Read #9C383B
RGB
CMYK
RGB Variations
Color information
#9C383B (or 0x9C383B) is known color: Well Read. HEX triplet: 9C, 38 and 3B. RGB value is (156,56,59). Sum of RGB (Red+Green+Blue) = 156+56+59=271 (35% of max value = 765). Red value is 156 (61.33% from 255 or 57.56% from 271); Green value is 56 (22.27% from 255 or 20.66% from 271); Blue value is 59 (23.44% from 255 or 21.77% from 271); Max value from RGB is 156 - color contains mainly: red. Hex color #9C383B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C383B is #63C7C4. Grayscale: #565656. Windows color (decimal): -6539205 or 3881116. OLE color: 3881116.
HSL color Cylindrical-coordinate representation of color #9C383B: hue angle of 358.2º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9C383B is Cyan = 0, Magento = 0.64, Yellow = 0.62 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 56 | 59 | - |
| CMYK | 0 | 0.64 | 0.62 | 0.39 |
| HSL | 358.2º | 0.47% | 0.42% | - |
| HSV(B) | 358.2º | 0.64% | 0.61% | - |
| XYZ | 15.91 | 10.21 | 5.27 | - |
| YUV | 86.24 | 112.63 | 177.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 56 | 59 | 0 | 0.64 | 0.62 | 0.39 | 358.2 | 0.47 | 0.42 |
| Hex | 9C | 38 | 3B | 0 | 40 | 3E | 27 | 166 | 2F | 2A |
| Octal | 234 | 70 | 73 | 0 | 100 | 76 | 47 | 546 | 57 | 52 |
| Binary | 10011100 | 111000 | 111011 | 0 | 1000000 | 111110 | 100111 | 101100110 | 101111 | 101010 |
Color Harmonies of #9C383B
Complementary color
Monochromatic Colors of #9C383B
Black with #9C383B
Text Example
Text Example
White with #9C383B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C383B; }
p { color: rgb(156,56,59); }
H1.HeaderClassName
{
color: #9C383B;
}
.AnyTagClassName
{
color: #9C383B;
}
</style>
background-color css
<style>
a { background-color: #9C383B; }
a { background-color: rgb(156,56,59); }
div.DivClassName
{
background-color: #9C383B;
}
.BgClassName
{
background-color: #9C383B;
}
</style>
border-color css
<style>
span { border-color: #9C383B; }
span { border-color: rgb(156,56,59); }
td.TdClassName
{
border-color: #9C383B;
}
.TagClassName
{
border-color: #9C383B;
}
</style>