Shades of Well Read #9B3D3F
Tints of Well Read #9B3D3F
RGB
CMYK
RGB Variations
Color information
#9B3D3F (or 0x9B3D3F) is known color: Well Read. HEX triplet: 9B, 3D and 3F. RGB value is (155,61,63). Sum of RGB (Red+Green+Blue) = 155+61+63=279 (36% of max value = 765). Red value is 155 (60.94% from 255 or 55.56% from 279); Green value is 61 (24.22% from 255 or 21.86% from 279); Blue value is 63 (25% from 255 or 22.58% from 279); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3D3F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B3D3F is #64C2C0. Grayscale: #595959. Windows color (decimal): -6603457 or 4144539. OLE color: 4144539.
HSL color Cylindrical-coordinate representation of color #9B3D3F: hue angle of 358.72º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9B3D3F is Cyan = 0, Magento = 0.61, Yellow = 0.59 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 61 | 63 | - |
| CMYK | 0 | 0.61 | 0.59 | 0.39 |
| HSL | 358.72º | 0.44% | 0.42% | - |
| HSV(B) | 358.72º | 0.61% | 0.61% | - |
| XYZ | 16.08 | 10.66 | 5.91 | - |
| YUV | 89.33 | 113.14 | 174.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 61 | 63 | 0 | 0.61 | 0.59 | 0.39 | 358.72 | 0.44 | 0.42 |
| Hex | 9B | 3D | 3F | 0 | 3D | 3B | 27 | 167 | 2C | 2A |
| Octal | 233 | 75 | 77 | 0 | 75 | 73 | 47 | 547 | 54 | 52 |
| Binary | 10011011 | 111101 | 111111 | 0 | 111101 | 111011 | 100111 | 101100111 | 101100 | 101010 |
Color Harmonies of #9B3D3F
Complementary color
Monochromatic Colors of #9B3D3F
Black with #9B3D3F
Text Example
Text Example
White with #9B3D3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B3D3F; }
p { color: rgb(155,61,63); }
H1.HeaderClassName
{
color: #9B3D3F;
}
.AnyTagClassName
{
color: #9B3D3F;
}
</style>
background-color css
<style>
a { background-color: #9B3D3F; }
a { background-color: rgb(155,61,63); }
div.DivClassName
{
background-color: #9B3D3F;
}
.BgClassName
{
background-color: #9B3D3F;
}
</style>
border-color css
<style>
span { border-color: #9B3D3F; }
span { border-color: rgb(155,61,63); }
td.TdClassName
{
border-color: #9B3D3F;
}
.TagClassName
{
border-color: #9B3D3F;
}
</style>