Shades of Well Read #94313B
Tints of Well Read #94313B
RGB
CMYK
RGB Variations
Color information
#94313B (or 0x94313B) is known color: Well Read. HEX triplet: 94, 31 and 3B. RGB value is (148,49,59). Sum of RGB (Red+Green+Blue) = 148+49+59=256 (33% of max value = 765). Red value is 148 (58.20% from 255 or 57.81% from 256); Green value is 49 (19.53% from 255 or 19.14% from 256); Blue value is 59 (23.44% from 255 or 23.05% from 256); Max value from RGB is 148 - color contains mainly: red. Hex color #94313B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #94313B is #6BCEC4. Grayscale: #4F4F4F. Windows color (decimal): -7065285 or 3879316. OLE color: 3879316.
HSL color Cylindrical-coordinate representation of color #94313B: hue angle of 353.94º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #94313B is Cyan = 0, Magento = 0.67, Yellow = 0.60 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 49 | 59 | - |
| CMYK | 0 | 0.67 | 0.60 | 0.42 |
| HSL | 353.94º | 0.5% | 0.39% | - |
| HSV(B) | 353.94º | 0.67% | 0.58% | - |
| XYZ | 14.1 | 8.81 | 5.09 | - |
| YUV | 79.74 | 116.3 | 176.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 49 | 59 | 0 | 0.67 | 0.60 | 0.42 | 353.94 | 0.5 | 0.39 |
| Hex | 94 | 31 | 3B | 0 | 43 | 3C | 2A | 162 | 32 | 27 |
| Octal | 224 | 61 | 73 | 0 | 103 | 74 | 52 | 542 | 62 | 47 |
| Binary | 10010100 | 110001 | 111011 | 0 | 1000011 | 111100 | 101010 | 101100010 | 110010 | 100111 |
Color Harmonies of #94313B
Complementary color
Monochromatic Colors of #94313B
Black with #94313B
Text Example
Text Example
White with #94313B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94313B; }
p { color: rgb(148,49,59); }
H1.HeaderClassName
{
color: #94313B;
}
.AnyTagClassName
{
color: #94313B;
}
</style>
background-color css
<style>
a { background-color: #94313B; }
a { background-color: rgb(148,49,59); }
div.DivClassName
{
background-color: #94313B;
}
.BgClassName
{
background-color: #94313B;
}
</style>
border-color css
<style>
span { border-color: #94313B; }
span { border-color: rgb(148,49,59); }
td.TdClassName
{
border-color: #94313B;
}
.TagClassName
{
border-color: #94313B;
}
</style>