Shades of Well Read #93373D
Tints of Well Read #93373D
RGB
CMYK
RGB Variations
Color information
#93373D (or 0x93373D) is known color: Well Read. HEX triplet: 93, 37 and 3D. RGB value is (147,55,61). Sum of RGB (Red+Green+Blue) = 147+55+61=263 (34% of max value = 765). Red value is 147 (57.81% from 255 or 55.89% from 263); Green value is 55 (21.88% from 255 or 20.91% from 263); Blue value is 61 (24.22% from 255 or 23.19% from 263); Max value from RGB is 147 - color contains mainly: red. Hex color #93373D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #93373D is #6CC8C2. Grayscale: #535353. Windows color (decimal): -7129283 or 4011923. OLE color: 4011923.
HSL color Cylindrical-coordinate representation of color #93373D: hue angle of 356.09º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #93373D is Cyan = 0, Magento = 0.63, Yellow = 0.59 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 55 | 61 | - |
| CMYK | 0 | 0.63 | 0.59 | 0.42 |
| HSL | 356.09º | 0.46% | 0.4% | - |
| HSV(B) | 356.09º | 0.63% | 0.58% | - |
| XYZ | 14.24 | 9.27 | 5.45 | - |
| YUV | 83.19 | 115.48 | 173.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 55 | 61 | 0 | 0.63 | 0.59 | 0.42 | 356.09 | 0.46 | 0.4 |
| Hex | 93 | 37 | 3D | 0 | 3F | 3B | 2A | 164 | 2E | 28 |
| Octal | 223 | 67 | 75 | 0 | 77 | 73 | 52 | 544 | 56 | 50 |
| Binary | 10010011 | 110111 | 111101 | 0 | 111111 | 111011 | 101010 | 101100100 | 101110 | 101000 |
Color Harmonies of #93373D
Complementary color
Monochromatic Colors of #93373D
Black with #93373D
Text Example
Text Example
White with #93373D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93373D; }
p { color: rgb(147,55,61); }
H1.HeaderClassName
{
color: #93373D;
}
.AnyTagClassName
{
color: #93373D;
}
</style>
background-color css
<style>
a { background-color: #93373D; }
a { background-color: rgb(147,55,61); }
div.DivClassName
{
background-color: #93373D;
}
.BgClassName
{
background-color: #93373D;
}
</style>
border-color css
<style>
span { border-color: #93373D; }
span { border-color: rgb(147,55,61); }
td.TdClassName
{
border-color: #93373D;
}
.TagClassName
{
border-color: #93373D;
}
</style>