Shades of Well Read #95383C
Tints of Well Read #95383C
RGB
CMYK
RGB Variations
Color information
#95383C (or 0x95383C) is known color: Well Read. HEX triplet: 95, 38 and 3C. RGB value is (149,56,60). Sum of RGB (Red+Green+Blue) = 149+56+60=265 (35% of max value = 765). Red value is 149 (58.59% from 255 or 56.23% from 265); Green value is 56 (22.27% from 255 or 21.13% from 265); Blue value is 60 (23.83% from 255 or 22.64% from 265); Max value from RGB is 149 - color contains mainly: red. Hex color #95383C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95383C is #6AC7C3. Grayscale: #545454. Windows color (decimal): -6997956 or 3946645. OLE color: 3946645.
HSL color Cylindrical-coordinate representation of color #95383C: hue angle of 357.42º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #95383C is Cyan = 0, Magento = 0.62, Yellow = 0.60 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 56 | 60 | - |
| CMYK | 0 | 0.62 | 0.60 | 0.42 |
| HSL | 357.42º | 0.45% | 0.4% | - |
| HSV(B) | 357.42º | 0.62% | 0.58% | - |
| XYZ | 14.62 | 9.54 | 5.35 | - |
| YUV | 84.26 | 114.31 | 174.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 56 | 60 | 0 | 0.62 | 0.60 | 0.42 | 357.42 | 0.45 | 0.4 |
| Hex | 95 | 38 | 3C | 0 | 3E | 3C | 2A | 165 | 2D | 28 |
| Octal | 225 | 70 | 74 | 0 | 76 | 74 | 52 | 545 | 55 | 50 |
| Binary | 10010101 | 111000 | 111100 | 0 | 111110 | 111100 | 101010 | 101100101 | 101101 | 101000 |
Color Harmonies of #95383C
Complementary color
Monochromatic Colors of #95383C
Black with #95383C
Text Example
Text Example
White with #95383C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95383C; }
p { color: rgb(149,56,60); }
H1.HeaderClassName
{
color: #95383C;
}
.AnyTagClassName
{
color: #95383C;
}
</style>
background-color css
<style>
a { background-color: #95383C; }
a { background-color: rgb(149,56,60); }
div.DivClassName
{
background-color: #95383C;
}
.BgClassName
{
background-color: #95383C;
}
</style>
border-color css
<style>
span { border-color: #95383C; }
span { border-color: rgb(149,56,60); }
td.TdClassName
{
border-color: #95383C;
}
.TagClassName
{
border-color: #95383C;
}
</style>