Shades of Well Read #95323D
Tints of Well Read #95323D
RGB
CMYK
RGB Variations
Color information
#95323D (or 0x95323D) is known color: Well Read. HEX triplet: 95, 32 and 3D. RGB value is (149,50,61). Sum of RGB (Red+Green+Blue) = 149+50+61=260 (34% of max value = 765). Red value is 149 (58.59% from 255 or 57.31% from 260); Green value is 50 (19.92% from 255 or 19.23% from 260); Blue value is 61 (24.22% from 255 or 23.46% from 260); Max value from RGB is 149 - color contains mainly: red. Hex color #95323D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95323D is #6ACDC2. Grayscale: #505050. Windows color (decimal): -6999491 or 4010645. OLE color: 4010645.
HSL color Cylindrical-coordinate representation of color #95323D: hue angle of 353.33º 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 #95323D is Cyan = 0, Magento = 0.66, Yellow = 0.59 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 50 | 61 | - |
| CMYK | 0 | 0.66 | 0.59 | 0.42 |
| HSL | 353.33º | 0.5% | 0.39% | - |
| HSV(B) | 353.33º | 0.66% | 0.58% | - |
| XYZ | 14.38 | 9.01 | 5.4 | - |
| YUV | 80.86 | 116.8 | 176.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 50 | 61 | 0 | 0.66 | 0.59 | 0.42 | 353.33 | 0.5 | 0.39 |
| Hex | 95 | 32 | 3D | 0 | 42 | 3B | 2A | 161 | 32 | 27 |
| Octal | 225 | 62 | 75 | 0 | 102 | 73 | 52 | 541 | 62 | 47 |
| Binary | 10010101 | 110010 | 111101 | 0 | 1000010 | 111011 | 101010 | 101100001 | 110010 | 100111 |
Color Harmonies of #95323D
Complementary color
Monochromatic Colors of #95323D
Black with #95323D
Text Example
Text Example
White with #95323D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95323D; }
p { color: rgb(149,50,61); }
H1.HeaderClassName
{
color: #95323D;
}
.AnyTagClassName
{
color: #95323D;
}
</style>
background-color css
<style>
a { background-color: #95323D; }
a { background-color: rgb(149,50,61); }
div.DivClassName
{
background-color: #95323D;
}
.BgClassName
{
background-color: #95323D;
}
</style>
border-color css
<style>
span { border-color: #95323D; }
span { border-color: rgb(149,50,61); }
td.TdClassName
{
border-color: #95323D;
}
.TagClassName
{
border-color: #95323D;
}
</style>