Shades of Well Read #952F3F
Tints of Well Read #952F3F
RGB
CMYK
RGB Variations
Color information
#952F3F (or 0x952F3F) is known color: Well Read. HEX triplet: 95, 2F and 3F. RGB value is (149,47,63). Sum of RGB (Red+Green+Blue) = 149+47+63=259 (34% of max value = 765). Red value is 149 (58.59% from 255 or 57.53% from 259); Green value is 47 (18.75% from 255 or 18.15% from 259); Blue value is 63 (25% from 255 or 24.32% from 259); Max value from RGB is 149 - color contains mainly: red. Hex color #952F3F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952F3F is #6AD0C0. Grayscale: #4F4F4F. Windows color (decimal): -7000257 or 4140949. OLE color: 4140949.
HSL color Cylindrical-coordinate representation of color #952F3F: hue angle of 350.59º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #952F3F is Cyan = 0, Magento = 0.68, Yellow = 0.58 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 47 | 63 | - |
| CMYK | 0 | 0.68 | 0.58 | 0.42 |
| HSL | 350.59º | 0.52% | 0.38% | - |
| HSV(B) | 350.59º | 0.68% | 0.58% | - |
| XYZ | 14.31 | 8.78 | 5.64 | - |
| YUV | 79.32 | 118.79 | 177.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 47 | 63 | 0 | 0.68 | 0.58 | 0.42 | 350.59 | 0.52 | 0.38 |
| Hex | 95 | 2F | 3F | 0 | 44 | 3A | 2A | 15F | 34 | 26 |
| Octal | 225 | 57 | 77 | 0 | 104 | 72 | 52 | 537 | 64 | 46 |
| Binary | 10010101 | 101111 | 111111 | 0 | 1000100 | 111010 | 101010 | 101011111 | 110100 | 100110 |
Color Harmonies of #952F3F
Complementary color
Monochromatic Colors of #952F3F
Black with #952F3F
Text Example
Text Example
White with #952F3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952F3F; }
p { color: rgb(149,47,63); }
H1.HeaderClassName
{
color: #952F3F;
}
.AnyTagClassName
{
color: #952F3F;
}
</style>
background-color css
<style>
a { background-color: #952F3F; }
a { background-color: rgb(149,47,63); }
div.DivClassName
{
background-color: #952F3F;
}
.BgClassName
{
background-color: #952F3F;
}
</style>
border-color css
<style>
span { border-color: #952F3F; }
span { border-color: rgb(149,47,63); }
td.TdClassName
{
border-color: #952F3F;
}
.TagClassName
{
border-color: #952F3F;
}
</style>