Shades of Well Read #9B353E
Tints of Well Read #9B353E
RGB
CMYK
RGB Variations
Color information
#9B353E (or 0x9B353E) is known color: Well Read. HEX triplet: 9B, 35 and 3E. RGB value is (155,53,62). Sum of RGB (Red+Green+Blue) = 155+53+62=270 (35% of max value = 765). Red value is 155 (60.94% from 255 or 57.41% from 270); Green value is 53 (21.09% from 255 or 19.63% from 270); Blue value is 62 (24.61% from 255 or 22.96% from 270); Max value from RGB is 155 - color contains mainly: red. Hex color #9B353E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B353E is #64CAC1. Grayscale: #545454. Windows color (decimal): -6605506 or 4076955. OLE color: 4076955.
HSL color Cylindrical-coordinate representation of color #9B353E: 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.66%. Process color model (Four color, CMYK) of #9B353E is Cyan = 0, Magento = 0.66, Yellow = 0.6 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 53 | 62 | - |
| CMYK | 0 | 0.66 | 0.6 | 0.39 |
| HSL | 354.71º | 0.49% | 0.41% | - |
| HSV(B) | 354.71º | 0.66% | 0.61% | - |
| XYZ | 15.66 | 9.86 | 5.64 | - |
| YUV | 84.52 | 115.29 | 178.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 53 | 62 | 0 | 0.66 | 0.6 | 0.39 | 354.71 | 0.49 | 0.41 |
| Hex | 9B | 35 | 3E | 0 | 42 | 3C | 27 | 163 | 31 | 29 |
| Octal | 233 | 65 | 76 | 0 | 102 | 74 | 47 | 543 | 61 | 51 |
| Binary | 10011011 | 110101 | 111110 | 0 | 1000010 | 111100 | 100111 | 101100011 | 110001 | 101001 |
Color Harmonies of #9B353E
Complementary color
Monochromatic Colors of #9B353E
Black with #9B353E
Text Example
Text Example
White with #9B353E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B353E; }
p { color: rgb(155,53,62); }
H1.HeaderClassName
{
color: #9B353E;
}
.AnyTagClassName
{
color: #9B353E;
}
</style>
background-color css
<style>
a { background-color: #9B353E; }
a { background-color: rgb(155,53,62); }
div.DivClassName
{
background-color: #9B353E;
}
.BgClassName
{
background-color: #9B353E;
}
</style>
border-color css
<style>
span { border-color: #9B353E; }
span { border-color: rgb(155,53,62); }
td.TdClassName
{
border-color: #9B353E;
}
.TagClassName
{
border-color: #9B353E;
}
</style>