Shades of Well Read #9B3D43
Tints of Well Read #9B3D43
RGB
CMYK
RGB Variations
Color information
#9B3D43 (or 0x9B3D43) is known color: Well Read. HEX triplet: 9B, 3D and 43. RGB value is (155,61,67). Sum of RGB (Red+Green+Blue) = 155+61+67=283 (37% of max value = 765). Red value is 155 (60.94% from 255 or 54.77% from 283); Green value is 61 (24.22% from 255 or 21.55% from 283); Blue value is 67 (26.56% from 255 or 23.67% from 283); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3D43 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B3D43 is #64C2BC. Grayscale: #595959. Windows color (decimal): -6603453 or 4406683. OLE color: 4406683.
HSL color Cylindrical-coordinate representation of color #9B3D43: hue angle of 356.17º 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 #9B3D43 is Cyan = 0, Magento = 0.61, Yellow = 0.57 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 61 | 67 | - |
| CMYK | 0 | 0.61 | 0.57 | 0.39 |
| HSL | 356.17º | 0.44% | 0.42% | - |
| HSV(B) | 356.17º | 0.61% | 0.61% | - |
| XYZ | 16.2 | 10.71 | 6.52 | - |
| YUV | 89.79 | 115.14 | 174.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 61 | 67 | 0 | 0.61 | 0.57 | 0.39 | 356.17 | 0.44 | 0.42 |
| Hex | 9B | 3D | 43 | 0 | 3D | 39 | 27 | 164 | 2C | 2A |
| Octal | 233 | 75 | 103 | 0 | 75 | 71 | 47 | 544 | 54 | 52 |
| Binary | 10011011 | 111101 | 1000011 | 0 | 111101 | 111001 | 100111 | 101100100 | 101100 | 101010 |
Color Harmonies of #9B3D43
Complementary color
Monochromatic Colors of #9B3D43
Black with #9B3D43
Text Example
Text Example
White with #9B3D43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B3D43; }
p { color: rgb(155,61,67); }
H1.HeaderClassName
{
color: #9B3D43;
}
.AnyTagClassName
{
color: #9B3D43;
}
</style>
background-color css
<style>
a { background-color: #9B3D43; }
a { background-color: rgb(155,61,67); }
div.DivClassName
{
background-color: #9B3D43;
}
.BgClassName
{
background-color: #9B3D43;
}
</style>
border-color css
<style>
span { border-color: #9B3D43; }
span { border-color: rgb(155,61,67); }
td.TdClassName
{
border-color: #9B3D43;
}
.TagClassName
{
border-color: #9B3D43;
}
</style>