Shades of Well Read #95353D
Tints of Well Read #95353D
RGB
CMYK
RGB Variations
Color information
#95353D (or 0x95353D) is known color: Well Read. HEX triplet: 95, 35 and 3D. RGB value is (149,53,61). Sum of RGB (Red+Green+Blue) = 149+53+61=263 (34% of max value = 765). Red value is 149 (58.59% from 255 or 56.65% from 263); Green value is 53 (21.09% from 255 or 20.15% from 263); Blue value is 61 (24.22% from 255 or 23.19% from 263); Max value from RGB is 149 - color contains mainly: red. Hex color #95353D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95353D is #6ACAC2. Grayscale: #525252. Windows color (decimal): -6998723 or 4011413. OLE color: 4011413.
HSL color Cylindrical-coordinate representation of color #95353D: hue angle of 355º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #95353D is Cyan = 0, Magento = 0.64, Yellow = 0.59 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 53 | 61 | - |
| CMYK | 0 | 0.64 | 0.59 | 0.42 |
| HSL | 355º | 0.48% | 0.4% | - |
| HSV(B) | 355º | 0.64% | 0.58% | - |
| XYZ | 14.51 | 9.27 | 5.44 | - |
| YUV | 82.62 | 115.8 | 175.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 53 | 61 | 0 | 0.64 | 0.59 | 0.42 | 355 | 0.48 | 0.4 |
| Hex | 95 | 35 | 3D | 0 | 40 | 3B | 2A | 163 | 30 | 28 |
| Octal | 225 | 65 | 75 | 0 | 100 | 73 | 52 | 543 | 60 | 50 |
| Binary | 10010101 | 110101 | 111101 | 0 | 1000000 | 111011 | 101010 | 101100011 | 110000 | 101000 |
Color Harmonies of #95353D
Complementary color
Monochromatic Colors of #95353D
Black with #95353D
Text Example
Text Example
White with #95353D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95353D; }
p { color: rgb(149,53,61); }
H1.HeaderClassName
{
color: #95353D;
}
.AnyTagClassName
{
color: #95353D;
}
</style>
background-color css
<style>
a { background-color: #95353D; }
a { background-color: rgb(149,53,61); }
div.DivClassName
{
background-color: #95353D;
}
.BgClassName
{
background-color: #95353D;
}
</style>
border-color css
<style>
span { border-color: #95353D; }
span { border-color: rgb(149,53,61); }
td.TdClassName
{
border-color: #95353D;
}
.TagClassName
{
border-color: #95353D;
}
</style>