Shades of Well Read #913241
Tints of Well Read #913241
RGB
CMYK
RGB Variations
Color information
#913241 (or 0x913241) is known color: Well Read. HEX triplet: 91, 32 and 41. RGB value is (145,50,65). Sum of RGB (Red+Green+Blue) = 145+50+65=260 (34% of max value = 765). Red value is 145 (57.03% from 255 or 55.77% from 260); Green value is 50 (19.92% from 255 or 19.23% from 260); Blue value is 65 (25.78% from 255 or 25% from 260); Max value from RGB is 145 - color contains mainly: red. Hex color #913241 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #913241 is #6ECDBE. Grayscale: #505050. Windows color (decimal): -7261631 or 4272785. OLE color: 4272785.
HSL color Cylindrical-coordinate representation of color #913241: hue angle of 350.53º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #913241 is Cyan = 0, Magento = 0.66, Yellow = 0.55 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 50 | 65 | - |
| CMYK | 0 | 0.66 | 0.55 | 0.43 |
| HSL | 350.53º | 0.49% | 0.38% | - |
| HSV(B) | 350.53º | 0.66% | 0.57% | - |
| XYZ | 13.77 | 8.68 | 5.95 | - |
| YUV | 80.12 | 119.47 | 174.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 50 | 65 | 0 | 0.66 | 0.55 | 0.43 | 350.53 | 0.49 | 0.38 |
| Hex | 91 | 32 | 41 | 0 | 42 | 37 | 2B | 15F | 31 | 26 |
| Octal | 221 | 62 | 101 | 0 | 102 | 67 | 53 | 537 | 61 | 46 |
| Binary | 10010001 | 110010 | 1000001 | 0 | 1000010 | 110111 | 101011 | 101011111 | 110001 | 100110 |
Color Harmonies of #913241
Complementary color
Monochromatic Colors of #913241
Black with #913241
Text Example
Text Example
White with #913241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #913241; }
p { color: rgb(145,50,65); }
H1.HeaderClassName
{
color: #913241;
}
.AnyTagClassName
{
color: #913241;
}
</style>
background-color css
<style>
a { background-color: #913241; }
a { background-color: rgb(145,50,65); }
div.DivClassName
{
background-color: #913241;
}
.BgClassName
{
background-color: #913241;
}
</style>
border-color css
<style>
span { border-color: #913241; }
span { border-color: rgb(145,50,65); }
td.TdClassName
{
border-color: #913241;
}
.TagClassName
{
border-color: #913241;
}
</style>