Shades of Well Read #9C3342
Tints of Well Read #9C3342
RGB
CMYK
RGB Variations
Color information
#9C3342 (or 0x9C3342) is known color: Well Read. HEX triplet: 9C, 33 and 42. RGB value is (156,51,66). Sum of RGB (Red+Green+Blue) = 156+51+66=273 (36% of max value = 765). Red value is 156 (61.33% from 255 or 57.14% from 273); Green value is 51 (20.31% from 255 or 18.68% from 273); Blue value is 66 (26.17% from 255 or 24.18% from 273); Max value from RGB is 156 - color contains mainly: red. Hex color #9C3342 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C3342 is #63CCBD. Grayscale: #545454. Windows color (decimal): -6540478 or 4338588. OLE color: 4338588.
HSL color Cylindrical-coordinate representation of color #9C3342: hue angle of 351.43º degrees, saturation: 0.51, 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 #9C3342 is Cyan = 0, Magento = 0.67, Yellow = 0.58 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 51 | 66 | - |
| CMYK | 0 | 0.67 | 0.58 | 0.39 |
| HSL | 351.43º | 0.51% | 0.41% | - |
| HSV(B) | 351.43º | 0.67% | 0.61% | - |
| XYZ | 15.88 | 9.83 | 6.21 | - |
| YUV | 84.11 | 117.79 | 179.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 51 | 66 | 0 | 0.67 | 0.58 | 0.39 | 351.43 | 0.51 | 0.41 |
| Hex | 9C | 33 | 42 | 0 | 43 | 3A | 27 | 15F | 33 | 29 |
| Octal | 234 | 63 | 102 | 0 | 103 | 72 | 47 | 537 | 63 | 51 |
| Binary | 10011100 | 110011 | 1000010 | 0 | 1000011 | 111010 | 100111 | 101011111 | 110011 | 101001 |
Color Harmonies of #9C3342
Complementary color
Monochromatic Colors of #9C3342
Black with #9C3342
Text Example
Text Example
White with #9C3342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C3342; }
p { color: rgb(156,51,66); }
H1.HeaderClassName
{
color: #9C3342;
}
.AnyTagClassName
{
color: #9C3342;
}
</style>
background-color css
<style>
a { background-color: #9C3342; }
a { background-color: rgb(156,51,66); }
div.DivClassName
{
background-color: #9C3342;
}
.BgClassName
{
background-color: #9C3342;
}
</style>
border-color css
<style>
span { border-color: #9C3342; }
span { border-color: rgb(156,51,66); }
td.TdClassName
{
border-color: #9C3342;
}
.TagClassName
{
border-color: #9C3342;
}
</style>