Shades of Well Read #9C3443
Tints of Well Read #9C3443
RGB
CMYK
RGB Variations
Color information
#9C3443 (or 0x9C3443) is known color: Well Read. HEX triplet: 9C, 34 and 43. RGB value is (156,52,67). Sum of RGB (Red+Green+Blue) = 156+52+67=275 (36% of max value = 765). Red value is 156 (61.33% from 255 or 56.73% from 275); Green value is 52 (20.70% from 255 or 18.91% from 275); Blue value is 67 (26.56% from 255 or 24.36% from 275); Max value from RGB is 156 - color contains mainly: red. Hex color #9C3443 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C3443 is #63CBBC. Grayscale: #545454. Windows color (decimal): -6540221 or 4404380. OLE color: 4404380.
HSL color Cylindrical-coordinate representation of color #9C3443: hue angle of 351.35º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9C3443 is Cyan = 0, Magento = 0.67, Yellow = 0.57 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 52 | 67 | - |
| CMYK | 0 | 0.67 | 0.57 | 0.39 |
| HSL | 351.35º | 0.5% | 0.41% | - |
| HSV(B) | 351.35º | 0.67% | 0.61% | - |
| XYZ | 15.95 | 9.93 | 6.39 | - |
| YUV | 84.81 | 117.96 | 178.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 52 | 67 | 0 | 0.67 | 0.57 | 0.39 | 351.35 | 0.5 | 0.41 |
| Hex | 9C | 34 | 43 | 0 | 43 | 39 | 27 | 15F | 32 | 29 |
| Octal | 234 | 64 | 103 | 0 | 103 | 71 | 47 | 537 | 62 | 51 |
| Binary | 10011100 | 110100 | 1000011 | 0 | 1000011 | 111001 | 100111 | 101011111 | 110010 | 101001 |
Color Harmonies of #9C3443
Complementary color
Monochromatic Colors of #9C3443
Black with #9C3443
Text Example
Text Example
White with #9C3443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C3443; }
p { color: rgb(156,52,67); }
H1.HeaderClassName
{
color: #9C3443;
}
.AnyTagClassName
{
color: #9C3443;
}
</style>
background-color css
<style>
a { background-color: #9C3443; }
a { background-color: rgb(156,52,67); }
div.DivClassName
{
background-color: #9C3443;
}
.BgClassName
{
background-color: #9C3443;
}
</style>
border-color css
<style>
span { border-color: #9C3443; }
span { border-color: rgb(156,52,67); }
td.TdClassName
{
border-color: #9C3443;
}
.TagClassName
{
border-color: #9C3443;
}
</style>