Shades of Well Read #93343B
Tints of Well Read #93343B
RGB
CMYK
RGB Variations
Color information
#93343B (or 0x93343B) is known color: Well Read. HEX triplet: 93, 34 and 3B. RGB value is (147,52,59). Sum of RGB (Red+Green+Blue) = 147+52+59=258 (34% of max value = 765). Red value is 147 (57.81% from 255 or 56.98% from 258); Green value is 52 (20.70% from 255 or 20.16% from 258); Blue value is 59 (23.44% from 255 or 22.87% from 258); Max value from RGB is 147 - color contains mainly: red. Hex color #93343B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #93343B is #6CCBC4. Grayscale: #515151. Windows color (decimal): -7130053 or 3880083. OLE color: 3880083.
HSL color Cylindrical-coordinate representation of color #93343B: hue angle of 355.58º 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 #93343B is Cyan = 0, Magento = 0.65, Yellow = 0.60 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 52 | 59 | - |
| CMYK | 0 | 0.65 | 0.60 | 0.42 |
| HSL | 355.58º | 0.48% | 0.39% | - |
| HSV(B) | 355.58º | 0.65% | 0.58% | - |
| XYZ | 14.05 | 8.97 | 5.13 | - |
| YUV | 81.2 | 115.47 | 174.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 52 | 59 | 0 | 0.65 | 0.60 | 0.42 | 355.58 | 0.48 | 0.39 |
| Hex | 93 | 34 | 3B | 0 | 41 | 3C | 2A | 164 | 30 | 27 |
| Octal | 223 | 64 | 73 | 0 | 101 | 74 | 52 | 544 | 60 | 47 |
| Binary | 10010011 | 110100 | 111011 | 0 | 1000001 | 111100 | 101010 | 101100100 | 110000 | 100111 |
Color Harmonies of #93343B
Complementary color
Monochromatic Colors of #93343B
Black with #93343B
Text Example
Text Example
White with #93343B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93343B; }
p { color: rgb(147,52,59); }
H1.HeaderClassName
{
color: #93343B;
}
.AnyTagClassName
{
color: #93343B;
}
</style>
background-color css
<style>
a { background-color: #93343B; }
a { background-color: rgb(147,52,59); }
div.DivClassName
{
background-color: #93343B;
}
.BgClassName
{
background-color: #93343B;
}
</style>
border-color css
<style>
span { border-color: #93343B; }
span { border-color: rgb(147,52,59); }
td.TdClassName
{
border-color: #93343B;
}
.TagClassName
{
border-color: #93343B;
}
</style>