Shades of Well Read #9B393C
Tints of Well Read #9B393C
RGB
CMYK
RGB Variations
Color information
#9B393C (or 0x9B393C) is known color: Well Read. HEX triplet: 9B, 39 and 3C. RGB value is (155,57,60). Sum of RGB (Red+Green+Blue) = 155+57+60=272 (36% of max value = 765). Red value is 155 (60.94% from 255 or 56.99% from 272); Green value is 57 (22.66% from 255 or 20.96% from 272); Blue value is 60 (23.83% from 255 or 22.06% from 272); Max value from RGB is 155 - color contains mainly: red. Hex color #9B393C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B393C is #64C6C3. Grayscale: #565656. Windows color (decimal): -6604484 or 3946907. OLE color: 3946907.
HSL color Cylindrical-coordinate representation of color #9B393C: hue angle of 358.16º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9B393C is Cyan = 0, Magento = 0.63, Yellow = 0.61 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 57 | 60 | - |
| CMYK | 0 | 0.63 | 0.61 | 0.39 |
| HSL | 358.16º | 0.46% | 0.42% | - |
| HSV(B) | 358.16º | 0.63% | 0.61% | - |
| XYZ | 15.8 | 10.22 | 5.42 | - |
| YUV | 86.64 | 112.97 | 176.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 57 | 60 | 0 | 0.63 | 0.61 | 0.39 | 358.16 | 0.46 | 0.42 |
| Hex | 9B | 39 | 3C | 0 | 3F | 3D | 27 | 166 | 2E | 2A |
| Octal | 233 | 71 | 74 | 0 | 77 | 75 | 47 | 546 | 56 | 52 |
| Binary | 10011011 | 111001 | 111100 | 0 | 111111 | 111101 | 100111 | 101100110 | 101110 | 101010 |
Color Harmonies of #9B393C
Complementary color
Monochromatic Colors of #9B393C
Black with #9B393C
Text Example
Text Example
White with #9B393C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B393C; }
p { color: rgb(155,57,60); }
H1.HeaderClassName
{
color: #9B393C;
}
.AnyTagClassName
{
color: #9B393C;
}
</style>
background-color css
<style>
a { background-color: #9B393C; }
a { background-color: rgb(155,57,60); }
div.DivClassName
{
background-color: #9B393C;
}
.BgClassName
{
background-color: #9B393C;
}
</style>
border-color css
<style>
span { border-color: #9B393C; }
span { border-color: rgb(155,57,60); }
td.TdClassName
{
border-color: #9B393C;
}
.TagClassName
{
border-color: #9B393C;
}
</style>