Shades of Well Read #933240
Tints of Well Read #933240
RGB
CMYK
RGB Variations
Color information
#933240 (or 0x933240) is known color: Well Read. HEX triplet: 93, 32 and 40. RGB value is (147,50,64). Sum of RGB (Red+Green+Blue) = 147+50+64=261 (34% of max value = 765). Red value is 147 (57.81% from 255 or 56.32% from 261); Green value is 50 (19.92% from 255 or 19.16% from 261); Blue value is 64 (25.39% from 255 or 24.52% from 261); Max value from RGB is 147 - color contains mainly: red. Hex color #933240 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #933240 is #6CCDBF. Grayscale: #505050. Windows color (decimal): -7130560 or 4207251. OLE color: 4207251.
HSL color Cylindrical-coordinate representation of color #933240: hue angle of 351.34º 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 #933240 is Cyan = 0, Magento = 0.66, Yellow = 0.56 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 50 | 64 | - |
| CMYK | 0 | 0.66 | 0.56 | 0.42 |
| HSL | 351.34º | 0.49% | 0.39% | - |
| HSV(B) | 351.34º | 0.66% | 0.58% | - |
| XYZ | 14.1 | 8.85 | 5.82 | - |
| YUV | 80.6 | 118.64 | 175.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 50 | 64 | 0 | 0.66 | 0.56 | 0.42 | 351.34 | 0.49 | 0.39 |
| Hex | 93 | 32 | 40 | 0 | 42 | 38 | 2A | 15F | 31 | 27 |
| Octal | 223 | 62 | 100 | 0 | 102 | 70 | 52 | 537 | 61 | 47 |
| Binary | 10010011 | 110010 | 1000000 | 0 | 1000010 | 111000 | 101010 | 101011111 | 110001 | 100111 |
Color Harmonies of #933240
Complementary color
Monochromatic Colors of #933240
Black with #933240
Text Example
Text Example
White with #933240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #933240; }
p { color: rgb(147,50,64); }
H1.HeaderClassName
{
color: #933240;
}
.AnyTagClassName
{
color: #933240;
}
</style>
background-color css
<style>
a { background-color: #933240; }
a { background-color: rgb(147,50,64); }
div.DivClassName
{
background-color: #933240;
}
.BgClassName
{
background-color: #933240;
}
</style>
border-color css
<style>
span { border-color: #933240; }
span { border-color: rgb(147,50,64); }
td.TdClassName
{
border-color: #933240;
}
.TagClassName
{
border-color: #933240;
}
</style>