Shades of Well Read #95323E
Tints of Well Read #95323E
RGB
CMYK
RGB Variations
Color information
#95323E (or 0x95323E) is known color: Well Read. HEX triplet: 95, 32 and 3E. RGB value is (149,50,62). Sum of RGB (Red+Green+Blue) = 149+50+62=261 (34% of max value = 765). Red value is 149 (58.59% from 255 or 57.09% from 261); Green value is 50 (19.92% from 255 or 19.16% from 261); Blue value is 62 (24.61% from 255 or 23.75% from 261); Max value from RGB is 149 - color contains mainly: red. Hex color #95323E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95323E is #6ACDC1. Grayscale: #515151. Windows color (decimal): -6999490 or 4076181. OLE color: 4076181.
HSL color Cylindrical-coordinate representation of color #95323E: hue angle of 352.73º degrees, saturation: 0.5, 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 #95323E is Cyan = 0, Magento = 0.66, Yellow = 0.58 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 50 | 62 | - |
| CMYK | 0 | 0.66 | 0.58 | 0.42 |
| HSL | 352.73º | 0.5% | 0.39% | - |
| HSV(B) | 352.73º | 0.66% | 0.58% | - |
| XYZ | 14.4 | 9.02 | 5.54 | - |
| YUV | 80.97 | 117.3 | 176.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 50 | 62 | 0 | 0.66 | 0.58 | 0.42 | 352.73 | 0.5 | 0.39 |
| Hex | 95 | 32 | 3E | 0 | 42 | 3A | 2A | 161 | 32 | 27 |
| Octal | 225 | 62 | 76 | 0 | 102 | 72 | 52 | 541 | 62 | 47 |
| Binary | 10010101 | 110010 | 111110 | 0 | 1000010 | 111010 | 101010 | 101100001 | 110010 | 100111 |
Color Harmonies of #95323E
Complementary color
Monochromatic Colors of #95323E
Black with #95323E
Text Example
Text Example
White with #95323E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95323E; }
p { color: rgb(149,50,62); }
H1.HeaderClassName
{
color: #95323E;
}
.AnyTagClassName
{
color: #95323E;
}
</style>
background-color css
<style>
a { background-color: #95323E; }
a { background-color: rgb(149,50,62); }
div.DivClassName
{
background-color: #95323E;
}
.BgClassName
{
background-color: #95323E;
}
</style>
border-color css
<style>
span { border-color: #95323E; }
span { border-color: rgb(149,50,62); }
td.TdClassName
{
border-color: #95323E;
}
.TagClassName
{
border-color: #95323E;
}
</style>