Shades of Well Read #95323C
Tints of Well Read #95323C
RGB
CMYK
RGB Variations
Color information
#95323C (or 0x95323C) is known color: Well Read. HEX triplet: 95, 32 and 3C. RGB value is (149,50,60). Sum of RGB (Red+Green+Blue) = 149+50+60=259 (34% of max value = 765). Red value is 149 (58.59% from 255 or 57.53% from 259); Green value is 50 (19.92% from 255 or 19.31% from 259); Blue value is 60 (23.83% from 255 or 23.17% from 259); Max value from RGB is 149 - color contains mainly: red. Hex color #95323C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95323C is #6ACDC3. Grayscale: #505050. Windows color (decimal): -6999492 or 3945109. OLE color: 3945109.
HSL color Cylindrical-coordinate representation of color #95323C: hue angle of 353.94º 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 #95323C is Cyan = 0, Magento = 0.66, Yellow = 0.60 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 50 | 60 | - |
| CMYK | 0 | 0.66 | 0.60 | 0.42 |
| HSL | 353.94º | 0.5% | 0.39% | - |
| HSV(B) | 353.94º | 0.66% | 0.58% | - |
| XYZ | 14.35 | 9 | 5.26 | - |
| YUV | 80.74 | 116.3 | 176.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 50 | 60 | 0 | 0.66 | 0.60 | 0.42 | 353.94 | 0.5 | 0.39 |
| Hex | 95 | 32 | 3C | 0 | 42 | 3C | 2A | 162 | 32 | 27 |
| Octal | 225 | 62 | 74 | 0 | 102 | 74 | 52 | 542 | 62 | 47 |
| Binary | 10010101 | 110010 | 111100 | 0 | 1000010 | 111100 | 101010 | 101100010 | 110010 | 100111 |
Color Harmonies of #95323C
Complementary color
Monochromatic Colors of #95323C
Black with #95323C
Text Example
Text Example
White with #95323C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95323C; }
p { color: rgb(149,50,60); }
H1.HeaderClassName
{
color: #95323C;
}
.AnyTagClassName
{
color: #95323C;
}
</style>
background-color css
<style>
a { background-color: #95323C; }
a { background-color: rgb(149,50,60); }
div.DivClassName
{
background-color: #95323C;
}
.BgClassName
{
background-color: #95323C;
}
</style>
border-color css
<style>
span { border-color: #95323C; }
span { border-color: rgb(149,50,60); }
td.TdClassName
{
border-color: #95323C;
}
.TagClassName
{
border-color: #95323C;
}
</style>