Shades of Well Read #94363F
Tints of Well Read #94363F
RGB
CMYK
RGB Variations
Color information
#94363F (or 0x94363F) is known color: Well Read. HEX triplet: 94, 36 and 3F. RGB value is (148,54,63). Sum of RGB (Red+Green+Blue) = 148+54+63=265 (35% of max value = 765). Red value is 148 (58.20% from 255 or 55.85% from 265); Green value is 54 (21.48% from 255 or 20.38% from 265); Blue value is 63 (25% from 255 or 23.77% from 265); Max value from RGB is 148 - color contains mainly: red. Hex color #94363F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #94363F is #6BC9C0. Grayscale: #535353. Windows color (decimal): -7064001 or 4142740. OLE color: 4142740.
HSL color Cylindrical-coordinate representation of color #94363F: hue angle of 354.26º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #94363F is Cyan = 0, Magento = 0.64, Yellow = 0.57 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 54 | 63 | - |
| CMYK | 0 | 0.64 | 0.57 | 0.42 |
| HSL | 354.26º | 0.47% | 0.4% | - |
| HSV(B) | 354.26º | 0.64% | 0.58% | - |
| XYZ | 14.43 | 9.29 | 5.74 | - |
| YUV | 83.13 | 116.64 | 174.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 54 | 63 | 0 | 0.64 | 0.57 | 0.42 | 354.26 | 0.47 | 0.4 |
| Hex | 94 | 36 | 3F | 0 | 40 | 39 | 2A | 162 | 2F | 28 |
| Octal | 224 | 66 | 77 | 0 | 100 | 71 | 52 | 542 | 57 | 50 |
| Binary | 10010100 | 110110 | 111111 | 0 | 1000000 | 111001 | 101010 | 101100010 | 101111 | 101000 |
Color Harmonies of #94363F
Complementary color
Monochromatic Colors of #94363F
Black with #94363F
Text Example
Text Example
White with #94363F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94363F; }
p { color: rgb(148,54,63); }
H1.HeaderClassName
{
color: #94363F;
}
.AnyTagClassName
{
color: #94363F;
}
</style>
background-color css
<style>
a { background-color: #94363F; }
a { background-color: rgb(148,54,63); }
div.DivClassName
{
background-color: #94363F;
}
.BgClassName
{
background-color: #94363F;
}
</style>
border-color css
<style>
span { border-color: #94363F; }
span { border-color: rgb(148,54,63); }
td.TdClassName
{
border-color: #94363F;
}
.TagClassName
{
border-color: #94363F;
}
</style>