Shades of Well Read #94353E
Tints of Well Read #94353E
RGB
CMYK
RGB Variations
Color information
#94353E (or 0x94353E) is known color: Well Read. HEX triplet: 94, 35 and 3E. RGB value is (148,53,62). Sum of RGB (Red+Green+Blue) = 148+53+62=263 (34% of max value = 765). Red value is 148 (58.20% from 255 or 56.27% from 263); Green value is 53 (21.09% from 255 or 20.15% from 263); Blue value is 62 (24.61% from 255 or 23.57% from 263); Max value from RGB is 148 - color contains mainly: red. Hex color #94353E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #94353E is #6BCAC1. Grayscale: #525252. Windows color (decimal): -7064258 or 4076948. OLE color: 4076948.
HSL color Cylindrical-coordinate representation of color #94353E: hue angle of 354.32º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #94353E is Cyan = 0, Magento = 0.64, Yellow = 0.58 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 53 | 62 | - |
| CMYK | 0 | 0.64 | 0.58 | 0.42 |
| HSL | 354.32º | 0.47% | 0.39% | - |
| HSV(B) | 354.32º | 0.64% | 0.58% | - |
| XYZ | 14.36 | 9.19 | 5.57 | - |
| YUV | 82.43 | 116.47 | 174.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 53 | 62 | 0 | 0.64 | 0.58 | 0.42 | 354.32 | 0.47 | 0.39 |
| Hex | 94 | 35 | 3E | 0 | 40 | 3A | 2A | 162 | 2F | 27 |
| Octal | 224 | 65 | 76 | 0 | 100 | 72 | 52 | 542 | 57 | 47 |
| Binary | 10010100 | 110101 | 111110 | 0 | 1000000 | 111010 | 101010 | 101100010 | 101111 | 100111 |
Color Harmonies of #94353E
Complementary color
Monochromatic Colors of #94353E
Black with #94353E
Text Example
Text Example
White with #94353E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94353E; }
p { color: rgb(148,53,62); }
H1.HeaderClassName
{
color: #94353E;
}
.AnyTagClassName
{
color: #94353E;
}
</style>
background-color css
<style>
a { background-color: #94353E; }
a { background-color: rgb(148,53,62); }
div.DivClassName
{
background-color: #94353E;
}
.BgClassName
{
background-color: #94353E;
}
</style>
border-color css
<style>
span { border-color: #94353E; }
span { border-color: rgb(148,53,62); }
td.TdClassName
{
border-color: #94353E;
}
.TagClassName
{
border-color: #94353E;
}
</style>