Shades of Well Read #94333B
Tints of Well Read #94333B
RGB
CMYK
RGB Variations
Color information
#94333B (or 0x94333B) is known color: Well Read. HEX triplet: 94, 33 and 3B. RGB value is (148,51,59). Sum of RGB (Red+Green+Blue) = 148+51+59=258 (34% of max value = 765). Red value is 148 (58.20% from 255 or 57.36% from 258); Green value is 51 (20.31% from 255 or 19.77% from 258); Blue value is 59 (23.44% from 255 or 22.87% from 258); Max value from RGB is 148 - color contains mainly: red. Hex color #94333B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #94333B is #6BCCC4. Grayscale: #505050. Windows color (decimal): -7064773 or 3879828. OLE color: 3879828.
HSL color Cylindrical-coordinate representation of color #94333B: hue angle of 355.05º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #94333B is Cyan = 0, Magento = 0.66, Yellow = 0.60 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 51 | 59 | - |
| CMYK | 0 | 0.66 | 0.60 | 0.42 |
| HSL | 355.05º | 0.49% | 0.39% | - |
| HSV(B) | 355.05º | 0.66% | 0.58% | - |
| XYZ | 14.19 | 8.98 | 5.12 | - |
| YUV | 80.92 | 115.64 | 175.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 51 | 59 | 0 | 0.66 | 0.60 | 0.42 | 355.05 | 0.49 | 0.39 |
| Hex | 94 | 33 | 3B | 0 | 42 | 3C | 2A | 163 | 31 | 27 |
| Octal | 224 | 63 | 73 | 0 | 102 | 74 | 52 | 543 | 61 | 47 |
| Binary | 10010100 | 110011 | 111011 | 0 | 1000010 | 111100 | 101010 | 101100011 | 110001 | 100111 |
Color Harmonies of #94333B
Complementary color
Monochromatic Colors of #94333B
Black with #94333B
Text Example
Text Example
White with #94333B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94333B; }
p { color: rgb(148,51,59); }
H1.HeaderClassName
{
color: #94333B;
}
.AnyTagClassName
{
color: #94333B;
}
</style>
background-color css
<style>
a { background-color: #94333B; }
a { background-color: rgb(148,51,59); }
div.DivClassName
{
background-color: #94333B;
}
.BgClassName
{
background-color: #94333B;
}
</style>
border-color css
<style>
span { border-color: #94333B; }
span { border-color: rgb(148,51,59); }
td.TdClassName
{
border-color: #94333B;
}
.TagClassName
{
border-color: #94333B;
}
</style>