Shades of Well Read #9A3342
Tints of Well Read #9A3342
RGB
CMYK
RGB Variations
Color information
#9A3342 (or 0x9A3342) is known color: Well Read. HEX triplet: 9A, 33 and 42. RGB value is (154,51,66). Sum of RGB (Red+Green+Blue) = 154+51+66=271 (35% of max value = 765). Red value is 154 (60.55% from 255 or 56.83% from 271); Green value is 51 (20.31% from 255 or 18.82% from 271); Blue value is 66 (26.17% from 255 or 24.35% from 271); Max value from RGB is 154 - color contains mainly: red. Hex color #9A3342 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A3342 is #65CCBD. Grayscale: #535353. Windows color (decimal): -6671550 or 4338586. OLE color: 4338586.
HSL color Cylindrical-coordinate representation of color #9A3342: hue angle of 351.26º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9A3342 is Cyan = 0, Magento = 0.67, Yellow = 0.57 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 51 | 66 | - |
| CMYK | 0 | 0.67 | 0.57 | 0.40 |
| HSL | 351.26º | 0.5% | 0.4% | - |
| HSV(B) | 351.26º | 0.67% | 0.6% | - |
| XYZ | 15.49 | 9.63 | 6.2 | - |
| YUV | 83.51 | 118.12 | 178.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 51 | 66 | 0 | 0.67 | 0.57 | 0.40 | 351.26 | 0.5 | 0.4 |
| Hex | 9A | 33 | 42 | 0 | 43 | 39 | 28 | 15F | 32 | 28 |
| Octal | 232 | 63 | 102 | 0 | 103 | 71 | 50 | 537 | 62 | 50 |
| Binary | 10011010 | 110011 | 1000010 | 0 | 1000011 | 111001 | 101000 | 101011111 | 110010 | 101000 |
Color Harmonies of #9A3342
Complementary color
Monochromatic Colors of #9A3342
Black with #9A3342
Text Example
Text Example
White with #9A3342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A3342; }
p { color: rgb(154,51,66); }
H1.HeaderClassName
{
color: #9A3342;
}
.AnyTagClassName
{
color: #9A3342;
}
</style>
background-color css
<style>
a { background-color: #9A3342; }
a { background-color: rgb(154,51,66); }
div.DivClassName
{
background-color: #9A3342;
}
.BgClassName
{
background-color: #9A3342;
}
</style>
border-color css
<style>
span { border-color: #9A3342; }
span { border-color: rgb(154,51,66); }
td.TdClassName
{
border-color: #9A3342;
}
.TagClassName
{
border-color: #9A3342;
}
</style>