Shades of Well Read #94343D
Tints of Well Read #94343D
RGB
CMYK
RGB Variations
Color information
#94343D (or 0x94343D) is known color: Well Read. HEX triplet: 94, 34 and 3D. RGB value is (148,52,61). Sum of RGB (Red+Green+Blue) = 148+52+61=261 (34% of max value = 765). Red value is 148 (58.20% from 255 or 56.70% from 261); Green value is 52 (20.70% from 255 or 19.92% from 261); Blue value is 61 (24.22% from 255 or 23.37% from 261); Max value from RGB is 148 - color contains mainly: red. Hex color #94343D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #94343D is #6BCBC2. Grayscale: #515151. Windows color (decimal): -7064515 or 4011156. OLE color: 4011156.
HSL color Cylindrical-coordinate representation of color #94343D: hue angle of 354.38º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #94343D is Cyan = 0, Magento = 0.65, Yellow = 0.59 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 52 | 61 | - |
| CMYK | 0 | 0.65 | 0.59 | 0.42 |
| HSL | 354.38º | 0.48% | 0.39% | - |
| HSV(B) | 354.38º | 0.65% | 0.58% | - |
| XYZ | 14.28 | 9.09 | 5.42 | - |
| YUV | 81.73 | 116.3 | 175.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 52 | 61 | 0 | 0.65 | 0.59 | 0.42 | 354.38 | 0.48 | 0.39 |
| Hex | 94 | 34 | 3D | 0 | 41 | 3B | 2A | 162 | 30 | 27 |
| Octal | 224 | 64 | 75 | 0 | 101 | 73 | 52 | 542 | 60 | 47 |
| Binary | 10010100 | 110100 | 111101 | 0 | 1000001 | 111011 | 101010 | 101100010 | 110000 | 100111 |
Color Harmonies of #94343D
Complementary color
Monochromatic Colors of #94343D
Black with #94343D
Text Example
Text Example
White with #94343D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94343D; }
p { color: rgb(148,52,61); }
H1.HeaderClassName
{
color: #94343D;
}
.AnyTagClassName
{
color: #94343D;
}
</style>
background-color css
<style>
a { background-color: #94343D; }
a { background-color: rgb(148,52,61); }
div.DivClassName
{
background-color: #94343D;
}
.BgClassName
{
background-color: #94343D;
}
</style>
border-color css
<style>
span { border-color: #94343D; }
span { border-color: rgb(148,52,61); }
td.TdClassName
{
border-color: #94343D;
}
.TagClassName
{
border-color: #94343D;
}
</style>