Shades of Well Read #9C363F
Tints of Well Read #9C363F
RGB
CMYK
RGB Variations
Color information
#9C363F (or 0x9C363F) is known color: Well Read. HEX triplet: 9C, 36 and 3F. RGB value is (156,54,63). Sum of RGB (Red+Green+Blue) = 156+54+63=273 (36% of max value = 765). Red value is 156 (61.33% from 255 or 57.14% from 273); Green value is 54 (21.48% from 255 or 19.78% from 273); Blue value is 63 (25% from 255 or 23.08% from 273); Max value from RGB is 156 - color contains mainly: red. Hex color #9C363F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C363F is #63C9C0. Grayscale: #555555. Windows color (decimal): -6539713 or 4142748. OLE color: 4142748.
HSL color Cylindrical-coordinate representation of color #9C363F: hue angle of 354.71º 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 #9C363F is Cyan = 0, Magento = 0.65, Yellow = 0.60 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 54 | 63 | - |
| CMYK | 0 | 0.65 | 0.60 | 0.39 |
| HSL | 354.71º | 0.49% | 0.41% | - |
| HSV(B) | 354.71º | 0.65% | 0.61% | - |
| XYZ | 15.93 | 10.07 | 5.81 | - |
| YUV | 85.52 | 115.29 | 178.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 54 | 63 | 0 | 0.65 | 0.60 | 0.39 | 354.71 | 0.49 | 0.41 |
| Hex | 9C | 36 | 3F | 0 | 41 | 3C | 27 | 163 | 31 | 29 |
| Octal | 234 | 66 | 77 | 0 | 101 | 74 | 47 | 543 | 61 | 51 |
| Binary | 10011100 | 110110 | 111111 | 0 | 1000001 | 111100 | 100111 | 101100011 | 110001 | 101001 |
Color Harmonies of #9C363F
Complementary color
Monochromatic Colors of #9C363F
Black with #9C363F
Text Example
Text Example
White with #9C363F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C363F; }
p { color: rgb(156,54,63); }
H1.HeaderClassName
{
color: #9C363F;
}
.AnyTagClassName
{
color: #9C363F;
}
</style>
background-color css
<style>
a { background-color: #9C363F; }
a { background-color: rgb(156,54,63); }
div.DivClassName
{
background-color: #9C363F;
}
.BgClassName
{
background-color: #9C363F;
}
</style>
border-color css
<style>
span { border-color: #9C363F; }
span { border-color: rgb(156,54,63); }
td.TdClassName
{
border-color: #9C363F;
}
.TagClassName
{
border-color: #9C363F;
}
</style>