Shades of Well Read #9C393C
Tints of Well Read #9C393C
RGB
CMYK
RGB Variations
Color information
#9C393C (or 0x9C393C) is known color: Well Read. HEX triplet: 9C, 39 and 3C. RGB value is (156,57,60). Sum of RGB (Red+Green+Blue) = 156+57+60=273 (36% of max value = 765). Red value is 156 (61.33% from 255 or 57.14% from 273); Green value is 57 (22.66% from 255 or 20.88% from 273); Blue value is 60 (23.83% from 255 or 21.98% from 273); Max value from RGB is 156 - color contains mainly: red. Hex color #9C393C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C393C is #63C6C3. Grayscale: #575757. Windows color (decimal): -6538948 or 3946908. OLE color: 3946908.
HSL color Cylindrical-coordinate representation of color #9C393C: hue angle of 358.18º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9C393C is Cyan = 0, Magento = 0.63, Yellow = 0.62 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 57 | 60 | - |
| CMYK | 0 | 0.63 | 0.62 | 0.39 |
| HSL | 358.18º | 0.46% | 0.42% | - |
| HSV(B) | 358.18º | 0.63% | 0.61% | - |
| XYZ | 15.99 | 10.32 | 5.42 | - |
| YUV | 86.94 | 112.8 | 177.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 57 | 60 | 0 | 0.63 | 0.62 | 0.39 | 358.18 | 0.46 | 0.42 |
| Hex | 9C | 39 | 3C | 0 | 3F | 3E | 27 | 166 | 2E | 2A |
| Octal | 234 | 71 | 74 | 0 | 77 | 76 | 47 | 546 | 56 | 52 |
| Binary | 10011100 | 111001 | 111100 | 0 | 111111 | 111110 | 100111 | 101100110 | 101110 | 101010 |
Color Harmonies of #9C393C
Complementary color
Monochromatic Colors of #9C393C
Black with #9C393C
Text Example
Text Example
White with #9C393C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C393C; }
p { color: rgb(156,57,60); }
H1.HeaderClassName
{
color: #9C393C;
}
.AnyTagClassName
{
color: #9C393C;
}
</style>
background-color css
<style>
a { background-color: #9C393C; }
a { background-color: rgb(156,57,60); }
div.DivClassName
{
background-color: #9C393C;
}
.BgClassName
{
background-color: #9C393C;
}
</style>
border-color css
<style>
span { border-color: #9C393C; }
span { border-color: rgb(156,57,60); }
td.TdClassName
{
border-color: #9C393C;
}
.TagClassName
{
border-color: #9C393C;
}
</style>