Shades of Well Read #94303C
Tints of Well Read #94303C
RGB
CMYK
RGB Variations
Color information
#94303C (or 0x94303C) is known color: Well Read. HEX triplet: 94, 30 and 3C. RGB value is (148,48,60). Sum of RGB (Red+Green+Blue) = 148+48+60=256 (33% of max value = 765). Red value is 148 (58.20% from 255 or 57.81% from 256); Green value is 48 (19.14% from 255 or 18.75% from 256); Blue value is 60 (23.83% from 255 or 23.44% from 256); Max value from RGB is 148 - color contains mainly: red. Hex color #94303C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #94303C is #6BCFC3. Grayscale: #4F4F4F. Windows color (decimal): -7065540 or 3944596. OLE color: 3944596.
HSL color Cylindrical-coordinate representation of color #94303C: hue angle of 352.8º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #94303C is Cyan = 0, Magento = 0.68, Yellow = 0.59 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 48 | 60 | - |
| CMYK | 0 | 0.68 | 0.59 | 0.42 |
| HSL | 352.8º | 0.51% | 0.38% | - |
| HSV(B) | 352.8º | 0.68% | 0.58% | - |
| XYZ | 14.09 | 8.74 | 5.22 | - |
| YUV | 79.27 | 117.13 | 177.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 48 | 60 | 0 | 0.68 | 0.59 | 0.42 | 352.8 | 0.51 | 0.38 |
| Hex | 94 | 30 | 3C | 0 | 44 | 3B | 2A | 161 | 33 | 26 |
| Octal | 224 | 60 | 74 | 0 | 104 | 73 | 52 | 541 | 63 | 46 |
| Binary | 10010100 | 110000 | 111100 | 0 | 1000100 | 111011 | 101010 | 101100001 | 110011 | 100110 |
Color Harmonies of #94303C
Complementary color
Monochromatic Colors of #94303C
Black with #94303C
Text Example
Text Example
White with #94303C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94303C; }
p { color: rgb(148,48,60); }
H1.HeaderClassName
{
color: #94303C;
}
.AnyTagClassName
{
color: #94303C;
}
</style>
background-color css
<style>
a { background-color: #94303C; }
a { background-color: rgb(148,48,60); }
div.DivClassName
{
background-color: #94303C;
}
.BgClassName
{
background-color: #94303C;
}
</style>
border-color css
<style>
span { border-color: #94303C; }
span { border-color: rgb(148,48,60); }
td.TdClassName
{
border-color: #94303C;
}
.TagClassName
{
border-color: #94303C;
}
</style>