Shades of Well Read #94373B
Tints of Well Read #94373B
RGB
CMYK
RGB Variations
Color information
#94373B (or 0x94373B) is known color: Well Read. HEX triplet: 94, 37 and 3B. RGB value is (148,55,59). Sum of RGB (Red+Green+Blue) = 148+55+59=262 (34% of max value = 765). Red value is 148 (58.20% from 255 or 56.49% from 262); Green value is 55 (21.88% from 255 or 20.99% from 262); Blue value is 59 (23.44% from 255 or 22.52% from 262); Max value from RGB is 148 - color contains mainly: red. Hex color #94373B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #94373B is #6BC8C4. Grayscale: #535353. Windows color (decimal): -7063749 or 3880852. OLE color: 3880852.
HSL color Cylindrical-coordinate representation of color #94373B: hue angle of 357.42º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #94373B is Cyan = 0, Magento = 0.63, Yellow = 0.60 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 55 | 59 | - |
| CMYK | 0 | 0.63 | 0.60 | 0.42 |
| HSL | 357.42º | 0.46% | 0.4% | - |
| HSV(B) | 357.42º | 0.63% | 0.58% | - |
| XYZ | 14.37 | 9.34 | 5.18 | - |
| YUV | 83.26 | 114.31 | 174.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 55 | 59 | 0 | 0.63 | 0.60 | 0.42 | 357.42 | 0.46 | 0.4 |
| Hex | 94 | 37 | 3B | 0 | 3F | 3C | 2A | 165 | 2E | 28 |
| Octal | 224 | 67 | 73 | 0 | 77 | 74 | 52 | 545 | 56 | 50 |
| Binary | 10010100 | 110111 | 111011 | 0 | 111111 | 111100 | 101010 | 101100101 | 101110 | 101000 |
Color Harmonies of #94373B
Complementary color
Monochromatic Colors of #94373B
Black with #94373B
Text Example
Text Example
White with #94373B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94373B; }
p { color: rgb(148,55,59); }
H1.HeaderClassName
{
color: #94373B;
}
.AnyTagClassName
{
color: #94373B;
}
</style>
background-color css
<style>
a { background-color: #94373B; }
a { background-color: rgb(148,55,59); }
div.DivClassName
{
background-color: #94373B;
}
.BgClassName
{
background-color: #94373B;
}
</style>
border-color css
<style>
span { border-color: #94373B; }
span { border-color: rgb(148,55,59); }
td.TdClassName
{
border-color: #94373B;
}
.TagClassName
{
border-color: #94373B;
}
</style>