Shades of Well Read #9C363E
Tints of Well Read #9C363E
RGB
CMYK
RGB Variations
Color information
#9C363E (or 0x9C363E) is known color: Well Read. HEX triplet: 9C, 36 and 3E. RGB value is (156,54,62). Sum of RGB (Red+Green+Blue) = 156+54+62=272 (36% of max value = 765). Red value is 156 (61.33% from 255 or 57.35% from 272); Green value is 54 (21.48% from 255 or 19.85% from 272); Blue value is 62 (24.61% from 255 or 22.79% from 272); Max value from RGB is 156 - color contains mainly: red. Hex color #9C363E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C363E is #63C9C1. Grayscale: #555555. Windows color (decimal): -6539714 or 4077212. OLE color: 4077212.
HSL color Cylindrical-coordinate representation of color #9C363E: hue angle of 355.29º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9C363E is Cyan = 0, Magento = 0.65, Yellow = 0.60 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 54 | 62 | - |
| CMYK | 0 | 0.65 | 0.60 | 0.39 |
| HSL | 355.29º | 0.49% | 0.41% | - |
| HSV(B) | 355.29º | 0.65% | 0.61% | - |
| XYZ | 15.9 | 10.05 | 5.66 | - |
| YUV | 85.41 | 114.79 | 178.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 54 | 62 | 0 | 0.65 | 0.60 | 0.39 | 355.29 | 0.49 | 0.41 |
| Hex | 9C | 36 | 3E | 0 | 41 | 3C | 27 | 163 | 31 | 29 |
| Octal | 234 | 66 | 76 | 0 | 101 | 74 | 47 | 543 | 61 | 51 |
| Binary | 10011100 | 110110 | 111110 | 0 | 1000001 | 111100 | 100111 | 101100011 | 110001 | 101001 |
Color Harmonies of #9C363E
Complementary color
Monochromatic Colors of #9C363E
Black with #9C363E
Text Example
Text Example
White with #9C363E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C363E; }
p { color: rgb(156,54,62); }
H1.HeaderClassName
{
color: #9C363E;
}
.AnyTagClassName
{
color: #9C363E;
}
</style>
background-color css
<style>
a { background-color: #9C363E; }
a { background-color: rgb(156,54,62); }
div.DivClassName
{
background-color: #9C363E;
}
.BgClassName
{
background-color: #9C363E;
}
</style>
border-color css
<style>
span { border-color: #9C363E; }
span { border-color: rgb(156,54,62); }
td.TdClassName
{
border-color: #9C363E;
}
.TagClassName
{
border-color: #9C363E;
}
</style>