Shades of Well Read #913A3C
Tints of Well Read #913A3C
RGB
CMYK
RGB Variations
Color information
#913A3C (or 0x913A3C) is known color: Well Read. HEX triplet: 91, 3A and 3C. RGB value is (145,58,60). Sum of RGB (Red+Green+Blue) = 145+58+60=263 (34% of max value = 765). Red value is 145 (57.03% from 255 or 55.13% from 263); Green value is 58 (23.05% from 255 or 22.05% from 263); Blue value is 60 (23.83% from 255 or 22.81% from 263); Max value from RGB is 145 - color contains mainly: red. Hex color #913A3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #913A3C is #6EC5C3. Grayscale: #545454. Windows color (decimal): -7259588 or 3947153. OLE color: 3947153.
HSL color Cylindrical-coordinate representation of color #913A3C: hue angle of 358.62º degrees, saturation: 0.43, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #913A3C is Cyan = 0, Magento = 0.6, Yellow = 0.59 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 58 | 60 | - |
| CMYK | 0 | 0.6 | 0.59 | 0.43 |
| HSL | 358.62º | 0.43% | 0.4% | - |
| HSV(B) | 358.62º | 0.6% | 0.57% | - |
| XYZ | 14.01 | 9.37 | 5.35 | - |
| YUV | 84.24 | 114.32 | 171.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 58 | 60 | 0 | 0.6 | 0.59 | 0.43 | 358.62 | 0.43 | 0.4 |
| Hex | 91 | 3A | 3C | 0 | 3C | 3B | 2B | 167 | 2B | 28 |
| Octal | 221 | 72 | 74 | 0 | 74 | 73 | 53 | 547 | 53 | 50 |
| Binary | 10010001 | 111010 | 111100 | 0 | 111100 | 111011 | 101011 | 101100111 | 101011 | 101000 |
Color Harmonies of #913A3C
Complementary color
Monochromatic Colors of #913A3C
Black with #913A3C
Text Example
Text Example
White with #913A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #913A3C; }
p { color: rgb(145,58,60); }
H1.HeaderClassName
{
color: #913A3C;
}
.AnyTagClassName
{
color: #913A3C;
}
</style>
background-color css
<style>
a { background-color: #913A3C; }
a { background-color: rgb(145,58,60); }
div.DivClassName
{
background-color: #913A3C;
}
.BgClassName
{
background-color: #913A3C;
}
</style>
border-color css
<style>
span { border-color: #913A3C; }
span { border-color: rgb(145,58,60); }
td.TdClassName
{
border-color: #913A3C;
}
.TagClassName
{
border-color: #913A3C;
}
</style>