Shades of Well Read #9D3342
Tints of Well Read #9D3342
RGB
CMYK
RGB Variations
Color information
#9D3342 (or 0x9D3342) is known color: Well Read. HEX triplet: 9D, 33 and 42. RGB value is (157,51,66). Sum of RGB (Red+Green+Blue) = 157+51+66=274 (36% of max value = 765). Red value is 157 (61.72% from 255 or 57.30% from 274); Green value is 51 (20.31% from 255 or 18.61% from 274); Blue value is 66 (26.17% from 255 or 24.09% from 274); Max value from RGB is 157 - color contains mainly: red. Hex color #9D3342 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D3342 is #62CCBD. Grayscale: #545454. Windows color (decimal): -6474942 or 4338589. OLE color: 4338589.
HSL color Cylindrical-coordinate representation of color #9D3342: hue angle of 351.51º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9D3342 is Cyan = 0, Magento = 0.68, Yellow = 0.58 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 51 | 66 | - |
| CMYK | 0 | 0.68 | 0.58 | 0.38 |
| HSL | 351.51º | 0.51% | 0.41% | - |
| HSV(B) | 351.51º | 0.68% | 0.62% | - |
| XYZ | 16.07 | 9.93 | 6.22 | - |
| YUV | 84.4 | 117.62 | 179.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 51 | 66 | 0 | 0.68 | 0.58 | 0.38 | 351.51 | 0.51 | 0.41 |
| Hex | 9D | 33 | 42 | 0 | 44 | 3A | 26 | 160 | 33 | 29 |
| Octal | 235 | 63 | 102 | 0 | 104 | 72 | 46 | 540 | 63 | 51 |
| Binary | 10011101 | 110011 | 1000010 | 0 | 1000100 | 111010 | 100110 | 101100000 | 110011 | 101001 |
Color Harmonies of #9D3342
Complementary color
Monochromatic Colors of #9D3342
Black with #9D3342
Text Example
Text Example
White with #9D3342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D3342; }
p { color: rgb(157,51,66); }
H1.HeaderClassName
{
color: #9D3342;
}
.AnyTagClassName
{
color: #9D3342;
}
</style>
background-color css
<style>
a { background-color: #9D3342; }
a { background-color: rgb(157,51,66); }
div.DivClassName
{
background-color: #9D3342;
}
.BgClassName
{
background-color: #9D3342;
}
</style>
border-color css
<style>
span { border-color: #9D3342; }
span { border-color: rgb(157,51,66); }
td.TdClassName
{
border-color: #9D3342;
}
.TagClassName
{
border-color: #9D3342;
}
</style>