Shades of Well Read #95313A
Tints of Well Read #95313A
RGB
CMYK
RGB Variations
Color information
#95313A (or 0x95313A) is known color: Well Read. HEX triplet: 95, 31 and 3A. RGB value is (149,49,58). Sum of RGB (Red+Green+Blue) = 149+49+58=256 (33% of max value = 765). Red value is 149 (58.59% from 255 or 58.20% from 256); Green value is 49 (19.53% from 255 or 19.14% from 256); Blue value is 58 (23.05% from 255 or 22.66% from 256); Max value from RGB is 149 - color contains mainly: red. Hex color #95313A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95313A is #6ACEC5. Grayscale: #4F4F4F. Windows color (decimal): -6999750 or 3813781. OLE color: 3813781.
HSL color Cylindrical-coordinate representation of color #95313A: hue angle of 354.6º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #95313A is Cyan = 0, Magento = 0.67, Yellow = 0.61 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 49 | 58 | - |
| CMYK | 0 | 0.67 | 0.61 | 0.42 |
| HSL | 354.6º | 0.51% | 0.39% | - |
| HSV(B) | 354.6º | 0.67% | 0.58% | - |
| XYZ | 14.26 | 8.89 | 4.97 | - |
| YUV | 79.93 | 115.63 | 177.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 49 | 58 | 0 | 0.67 | 0.61 | 0.42 | 354.6 | 0.51 | 0.39 |
| Hex | 95 | 31 | 3A | 0 | 43 | 3D | 2A | 163 | 33 | 27 |
| Octal | 225 | 61 | 72 | 0 | 103 | 75 | 52 | 543 | 63 | 47 |
| Binary | 10010101 | 110001 | 111010 | 0 | 1000011 | 111101 | 101010 | 101100011 | 110011 | 100111 |
Color Harmonies of #95313A
Complementary color
Monochromatic Colors of #95313A
Black with #95313A
Text Example
Text Example
White with #95313A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95313A; }
p { color: rgb(149,49,58); }
H1.HeaderClassName
{
color: #95313A;
}
.AnyTagClassName
{
color: #95313A;
}
</style>
background-color css
<style>
a { background-color: #95313A; }
a { background-color: rgb(149,49,58); }
div.DivClassName
{
background-color: #95313A;
}
.BgClassName
{
background-color: #95313A;
}
</style>
border-color css
<style>
span { border-color: #95313A; }
span { border-color: rgb(149,49,58); }
td.TdClassName
{
border-color: #95313A;
}
.TagClassName
{
border-color: #95313A;
}
</style>