Shades of Well Read #953244
Tints of Well Read #953244
RGB
CMYK
RGB Variations
Color information
#953244 (or 0x953244) is known color: Well Read. HEX triplet: 95, 32 and 44. RGB value is (149,50,68). Sum of RGB (Red+Green+Blue) = 149+50+68=267 (35% of max value = 765). Red value is 149 (58.59% from 255 or 55.81% from 267); Green value is 50 (19.92% from 255 or 18.73% from 267); Blue value is 68 (26.95% from 255 or 25.47% from 267); Max value from RGB is 149 - color contains mainly: red. Hex color #953244 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953244 is #6ACDBB. Grayscale: #515151. Windows color (decimal): -6999484 or 4469397. OLE color: 4469397.
HSL color Cylindrical-coordinate representation of color #953244: hue angle of 349.09º 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 #953244 is Cyan = 0, Magento = 0.66, Yellow = 0.54 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 50 | 68 | - |
| CMYK | 0 | 0.66 | 0.54 | 0.42 |
| HSL | 349.09º | 0.5% | 0.39% | - |
| HSV(B) | 349.09º | 0.66% | 0.58% | - |
| XYZ | 14.58 | 9.09 | 6.45 | - |
| YUV | 81.65 | 120.3 | 176.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 50 | 68 | 0 | 0.66 | 0.54 | 0.42 | 349.09 | 0.5 | 0.39 |
| Hex | 95 | 32 | 44 | 0 | 42 | 36 | 2A | 15D | 32 | 27 |
| Octal | 225 | 62 | 104 | 0 | 102 | 66 | 52 | 535 | 62 | 47 |
| Binary | 10010101 | 110010 | 1000100 | 0 | 1000010 | 110110 | 101010 | 101011101 | 110010 | 100111 |
Color Harmonies of #953244
Complementary color
Monochromatic Colors of #953244
Black with #953244
Text Example
Text Example
White with #953244
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953244; }
p { color: rgb(149,50,68); }
H1.HeaderClassName
{
color: #953244;
}
.AnyTagClassName
{
color: #953244;
}
</style>
background-color css
<style>
a { background-color: #953244; }
a { background-color: rgb(149,50,68); }
div.DivClassName
{
background-color: #953244;
}
.BgClassName
{
background-color: #953244;
}
</style>
border-color css
<style>
span { border-color: #953244; }
span { border-color: rgb(149,50,68); }
td.TdClassName
{
border-color: #953244;
}
.TagClassName
{
border-color: #953244;
}
</style>