Shades of Well Read #9C3E40
Tints of Well Read #9C3E40
RGB
CMYK
RGB Variations
Color information
#9C3E40 (or 0x9C3E40) is known color: Well Read. HEX triplet: 9C, 3E and 40. RGB value is (156,62,64). Sum of RGB (Red+Green+Blue) = 156+62+64=282 (37% of max value = 765). Red value is 156 (61.33% from 255 or 55.32% from 282); Green value is 62 (24.61% from 255 or 21.99% from 282); Blue value is 64 (25.39% from 255 or 22.70% from 282); Max value from RGB is 156 - color contains mainly: red. Hex color #9C3E40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C3E40 is #63C1BF. Grayscale: #5A5A5A. Windows color (decimal): -6537664 or 4210332. OLE color: 4210332.
HSL color Cylindrical-coordinate representation of color #9C3E40: hue angle of 358.72º degrees, saturation: 0.43, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9C3E40 is Cyan = 0, Magento = 0.60, Yellow = 0.59 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 62 | 64 | - |
| CMYK | 0 | 0.60 | 0.59 | 0.39 |
| HSL | 358.72º | 0.43% | 0.43% | - |
| HSV(B) | 358.72º | 0.6% | 0.61% | - |
| XYZ | 16.36 | 10.88 | 6.09 | - |
| YUV | 90.33 | 113.14 | 174.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 62 | 64 | 0 | 0.60 | 0.59 | 0.39 | 358.72 | 0.43 | 0.43 |
| Hex | 9C | 3E | 40 | 0 | 3C | 3B | 27 | 167 | 2B | 2B |
| Octal | 234 | 76 | 100 | 0 | 74 | 73 | 47 | 547 | 53 | 53 |
| Binary | 10011100 | 111110 | 1000000 | 0 | 111100 | 111011 | 100111 | 101100111 | 101011 | 101011 |
Color Harmonies of #9C3E40
Complementary color
Monochromatic Colors of #9C3E40
Black with #9C3E40
Text Example
Text Example
White with #9C3E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C3E40; }
p { color: rgb(156,62,64); }
H1.HeaderClassName
{
color: #9C3E40;
}
.AnyTagClassName
{
color: #9C3E40;
}
</style>
background-color css
<style>
a { background-color: #9C3E40; }
a { background-color: rgb(156,62,64); }
div.DivClassName
{
background-color: #9C3E40;
}
.BgClassName
{
background-color: #9C3E40;
}
</style>
border-color css
<style>
span { border-color: #9C3E40; }
span { border-color: rgb(156,62,64); }
td.TdClassName
{
border-color: #9C3E40;
}
.TagClassName
{
border-color: #9C3E40;
}
</style>