Shades of Well Read #9C3C40
Tints of Well Read #9C3C40
RGB
CMYK
RGB Variations
Color information
#9C3C40 (or 0x9C3C40) is known color: Well Read. HEX triplet: 9C, 3C and 40. RGB value is (156,60,64). Sum of RGB (Red+Green+Blue) = 156+60+64=280 (37% of max value = 765). Red value is 156 (61.33% from 255 or 55.71% from 280); Green value is 60 (23.83% from 255 or 21.43% from 280); Blue value is 64 (25.39% from 255 or 22.86% from 280); Max value from RGB is 156 - color contains mainly: red. Hex color #9C3C40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C3C40 is #63C3BF. Grayscale: #595959. Windows color (decimal): -6538176 or 4209820. OLE color: 4209820.
HSL color Cylindrical-coordinate representation of color #9C3C40: hue angle of 357.5º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9C3C40 is Cyan = 0, Magento = 0.62, Yellow = 0.59 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 60 | 64 | - |
| CMYK | 0 | 0.62 | 0.59 | 0.39 |
| HSL | 357.5º | 0.44% | 0.42% | - |
| HSV(B) | 357.5º | 0.62% | 0.61% | - |
| XYZ | 16.25 | 10.67 | 6.05 | - |
| YUV | 89.16 | 113.8 | 175.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 60 | 64 | 0 | 0.62 | 0.59 | 0.39 | 357.5 | 0.44 | 0.42 |
| Hex | 9C | 3C | 40 | 0 | 3E | 3B | 27 | 166 | 2C | 2A |
| Octal | 234 | 74 | 100 | 0 | 76 | 73 | 47 | 546 | 54 | 52 |
| Binary | 10011100 | 111100 | 1000000 | 0 | 111110 | 111011 | 100111 | 101100110 | 101100 | 101010 |
Color Harmonies of #9C3C40
Complementary color
Monochromatic Colors of #9C3C40
Black with #9C3C40
Text Example
Text Example
White with #9C3C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C3C40; }
p { color: rgb(156,60,64); }
H1.HeaderClassName
{
color: #9C3C40;
}
.AnyTagClassName
{
color: #9C3C40;
}
</style>
background-color css
<style>
a { background-color: #9C3C40; }
a { background-color: rgb(156,60,64); }
div.DivClassName
{
background-color: #9C3C40;
}
.BgClassName
{
background-color: #9C3C40;
}
</style>
border-color css
<style>
span { border-color: #9C3C40; }
span { border-color: rgb(156,60,64); }
td.TdClassName
{
border-color: #9C3C40;
}
.TagClassName
{
border-color: #9C3C40;
}
</style>