Shades of Well Read #94373C
Tints of Well Read #94373C
RGB
CMYK
RGB Variations
Color information
#94373C (or 0x94373C) is known color: Well Read. HEX triplet: 94, 37 and 3C. RGB value is (148,55,60). Sum of RGB (Red+Green+Blue) = 148+55+60=263 (34% of max value = 765). Red value is 148 (58.20% from 255 or 56.27% from 263); Green value is 55 (21.88% from 255 or 20.91% from 263); Blue value is 60 (23.83% from 255 or 22.81% from 263); Max value from RGB is 148 - color contains mainly: red. Hex color #94373C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #94373C is #6BC8C3. Grayscale: #535353. Windows color (decimal): -7063748 or 3946388. OLE color: 3946388.
HSL color Cylindrical-coordinate representation of color #94373C: hue angle of 356.77º 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 #94373C is Cyan = 0, Magento = 0.63, Yellow = 0.59 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 55 | 60 | - |
| CMYK | 0 | 0.63 | 0.59 | 0.42 |
| HSL | 356.77º | 0.46% | 0.4% | - |
| HSV(B) | 356.77º | 0.63% | 0.58% | - |
| XYZ | 14.39 | 9.35 | 5.32 | - |
| YUV | 83.38 | 114.81 | 174.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 55 | 60 | 0 | 0.63 | 0.59 | 0.42 | 356.77 | 0.46 | 0.4 |
| Hex | 94 | 37 | 3C | 0 | 3F | 3B | 2A | 165 | 2E | 28 |
| Octal | 224 | 67 | 74 | 0 | 77 | 73 | 52 | 545 | 56 | 50 |
| Binary | 10010100 | 110111 | 111100 | 0 | 111111 | 111011 | 101010 | 101100101 | 101110 | 101000 |
Color Harmonies of #94373C
Complementary color
Monochromatic Colors of #94373C
Black with #94373C
Text Example
Text Example
White with #94373C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94373C; }
p { color: rgb(148,55,60); }
H1.HeaderClassName
{
color: #94373C;
}
.AnyTagClassName
{
color: #94373C;
}
</style>
background-color css
<style>
a { background-color: #94373C; }
a { background-color: rgb(148,55,60); }
div.DivClassName
{
background-color: #94373C;
}
.BgClassName
{
background-color: #94373C;
}
</style>
border-color css
<style>
span { border-color: #94373C; }
span { border-color: rgb(148,55,60); }
td.TdClassName
{
border-color: #94373C;
}
.TagClassName
{
border-color: #94373C;
}
</style>