Shades of Well Read #913339
Tints of Well Read #913339
RGB
CMYK
RGB Variations
Color information
#913339 (or 0x913339) is known color: Well Read. HEX triplet: 91, 33 and 39. RGB value is (145,51,57). Sum of RGB (Red+Green+Blue) = 145+51+57=253 (33% of max value = 765). Red value is 145 (57.03% from 255 or 57.31% from 253); Green value is 51 (20.31% from 255 or 20.16% from 253); Blue value is 57 (22.66% from 255 or 22.53% from 253); Max value from RGB is 145 - color contains mainly: red. Hex color #913339 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #913339 is #6ECCC6. Grayscale: #4F4F4F. Windows color (decimal): -7261383 or 3748753. OLE color: 3748753.
HSL color Cylindrical-coordinate representation of color #913339: hue angle of 356.17º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #913339 is Cyan = 0, Magento = 0.65, Yellow = 0.61 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 51 | 57 | - |
| CMYK | 0 | 0.65 | 0.61 | 0.43 |
| HSL | 356.17º | 0.48% | 0.38% | - |
| HSV(B) | 356.17º | 0.65% | 0.57% | - |
| XYZ | 13.6 | 8.68 | 4.83 | - |
| YUV | 79.79 | 115.14 | 174.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 51 | 57 | 0 | 0.65 | 0.61 | 0.43 | 356.17 | 0.48 | 0.38 |
| Hex | 91 | 33 | 39 | 0 | 41 | 3D | 2B | 164 | 30 | 26 |
| Octal | 221 | 63 | 71 | 0 | 101 | 75 | 53 | 544 | 60 | 46 |
| Binary | 10010001 | 110011 | 111001 | 0 | 1000001 | 111101 | 101011 | 101100100 | 110000 | 100110 |
Color Harmonies of #913339
Complementary color
Monochromatic Colors of #913339
Black with #913339
Text Example
Text Example
White with #913339
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #913339; }
p { color: rgb(145,51,57); }
H1.HeaderClassName
{
color: #913339;
}
.AnyTagClassName
{
color: #913339;
}
</style>
background-color css
<style>
a { background-color: #913339; }
a { background-color: rgb(145,51,57); }
div.DivClassName
{
background-color: #913339;
}
.BgClassName
{
background-color: #913339;
}
</style>
border-color css
<style>
span { border-color: #913339; }
span { border-color: rgb(145,51,57); }
td.TdClassName
{
border-color: #913339;
}
.TagClassName
{
border-color: #913339;
}
</style>