Shades of Well Read #933241
Tints of Well Read #933241
RGB
CMYK
RGB Variations
Color information
#933241 (or 0x933241) is known color: Well Read. HEX triplet: 93, 32 and 41. RGB value is (147,50,65). Sum of RGB (Red+Green+Blue) = 147+50+65=262 (34% of max value = 765). Red value is 147 (57.81% from 255 or 56.11% from 262); Green value is 50 (19.92% from 255 or 19.08% from 262); Blue value is 65 (25.78% from 255 or 24.81% from 262); Max value from RGB is 147 - color contains mainly: red. Hex color #933241 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #933241 is #6CCDBE. Grayscale: #505050. Windows color (decimal): -7130559 or 4272787. OLE color: 4272787.
HSL color Cylindrical-coordinate representation of color #933241: hue angle of 350.72º 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 #933241 is Cyan = 0, Magento = 0.66, Yellow = 0.56 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 50 | 65 | - |
| CMYK | 0 | 0.66 | 0.56 | 0.42 |
| HSL | 350.72º | 0.49% | 0.39% | - |
| HSV(B) | 350.72º | 0.66% | 0.58% | - |
| XYZ | 14.13 | 8.87 | 5.97 | - |
| YUV | 80.71 | 119.14 | 175.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 50 | 65 | 0 | 0.66 | 0.56 | 0.42 | 350.72 | 0.49 | 0.39 |
| Hex | 93 | 32 | 41 | 0 | 42 | 38 | 2A | 15F | 31 | 27 |
| Octal | 223 | 62 | 101 | 0 | 102 | 70 | 52 | 537 | 61 | 47 |
| Binary | 10010011 | 110010 | 1000001 | 0 | 1000010 | 111000 | 101010 | 101011111 | 110001 | 100111 |
Color Harmonies of #933241
Complementary color
Monochromatic Colors of #933241
Black with #933241
Text Example
Text Example
White with #933241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #933241; }
p { color: rgb(147,50,65); }
H1.HeaderClassName
{
color: #933241;
}
.AnyTagClassName
{
color: #933241;
}
</style>
background-color css
<style>
a { background-color: #933241; }
a { background-color: rgb(147,50,65); }
div.DivClassName
{
background-color: #933241;
}
.BgClassName
{
background-color: #933241;
}
</style>
border-color css
<style>
span { border-color: #933241; }
span { border-color: rgb(147,50,65); }
td.TdClassName
{
border-color: #933241;
}
.TagClassName
{
border-color: #933241;
}
</style>