Shades of Well Read #93303A
Tints of Well Read #93303A
RGB
CMYK
RGB Variations
Color information
#93303A (or 0x93303A) is known color: Well Read. HEX triplet: 93, 30 and 3A. RGB value is (147,48,58). Sum of RGB (Red+Green+Blue) = 147+48+58=253 (33% of max value = 765). Red value is 147 (57.81% from 255 or 58.10% from 253); Green value is 48 (19.14% from 255 or 18.97% from 253); Blue value is 58 (23.05% from 255 or 22.92% from 253); Max value from RGB is 147 - color contains mainly: red. Hex color #93303A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #93303A is #6CCFC5. Grayscale: #4E4E4E. Windows color (decimal): -7131078 or 3813523. OLE color: 3813523.
HSL color Cylindrical-coordinate representation of color #93303A: hue angle of 353.94º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #93303A is Cyan = 0, Magento = 0.67, Yellow = 0.61 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 48 | 58 | - |
| CMYK | 0 | 0.67 | 0.61 | 0.42 |
| HSL | 353.94º | 0.51% | 0.38% | - |
| HSV(B) | 353.94º | 0.67% | 0.58% | - |
| XYZ | 13.85 | 8.62 | 4.94 | - |
| YUV | 78.74 | 116.3 | 176.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 48 | 58 | 0 | 0.67 | 0.61 | 0.42 | 353.94 | 0.51 | 0.38 |
| Hex | 93 | 30 | 3A | 0 | 43 | 3D | 2A | 162 | 33 | 26 |
| Octal | 223 | 60 | 72 | 0 | 103 | 75 | 52 | 542 | 63 | 46 |
| Binary | 10010011 | 110000 | 111010 | 0 | 1000011 | 111101 | 101010 | 101100010 | 110011 | 100110 |
Color Harmonies of #93303A
Complementary color
Monochromatic Colors of #93303A
Black with #93303A
Text Example
Text Example
White with #93303A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93303A; }
p { color: rgb(147,48,58); }
H1.HeaderClassName
{
color: #93303A;
}
.AnyTagClassName
{
color: #93303A;
}
</style>
background-color css
<style>
a { background-color: #93303A; }
a { background-color: rgb(147,48,58); }
div.DivClassName
{
background-color: #93303A;
}
.BgClassName
{
background-color: #93303A;
}
</style>
border-color css
<style>
span { border-color: #93303A; }
span { border-color: rgb(147,48,58); }
td.TdClassName
{
border-color: #93303A;
}
.TagClassName
{
border-color: #93303A;
}
</style>