Shades of Well Read #95383D
Tints of Well Read #95383D
RGB
CMYK
RGB Variations
Color information
#95383D (or 0x95383D) is known color: Well Read. HEX triplet: 95, 38 and 3D. RGB value is (149,56,61). Sum of RGB (Red+Green+Blue) = 149+56+61=266 (35% of max value = 765). Red value is 149 (58.59% from 255 or 56.02% from 266); Green value is 56 (22.27% from 255 or 21.05% from 266); Blue value is 61 (24.22% from 255 or 22.93% from 266); Max value from RGB is 149 - color contains mainly: red. Hex color #95383D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95383D is #6AC7C2. Grayscale: #545454. Windows color (decimal): -6997955 or 4012181. OLE color: 4012181.
HSL color Cylindrical-coordinate representation of color #95383D: hue angle of 356.77º 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 #95383D is Cyan = 0, Magento = 0.62, Yellow = 0.59 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 56 | 61 | - |
| CMYK | 0 | 0.62 | 0.59 | 0.42 |
| HSL | 356.77º | 0.45% | 0.4% | - |
| HSV(B) | 356.77º | 0.62% | 0.58% | - |
| XYZ | 14.65 | 9.55 | 5.49 | - |
| YUV | 84.38 | 114.81 | 174.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 56 | 61 | 0 | 0.62 | 0.59 | 0.42 | 356.77 | 0.45 | 0.4 |
| Hex | 95 | 38 | 3D | 0 | 3E | 3B | 2A | 165 | 2D | 28 |
| Octal | 225 | 70 | 75 | 0 | 76 | 73 | 52 | 545 | 55 | 50 |
| Binary | 10010101 | 111000 | 111101 | 0 | 111110 | 111011 | 101010 | 101100101 | 101101 | 101000 |
Color Harmonies of #95383D
Complementary color
Monochromatic Colors of #95383D
Black with #95383D
Text Example
Text Example
White with #95383D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95383D; }
p { color: rgb(149,56,61); }
H1.HeaderClassName
{
color: #95383D;
}
.AnyTagClassName
{
color: #95383D;
}
</style>
background-color css
<style>
a { background-color: #95383D; }
a { background-color: rgb(149,56,61); }
div.DivClassName
{
background-color: #95383D;
}
.BgClassName
{
background-color: #95383D;
}
</style>
border-color css
<style>
span { border-color: #95383D; }
span { border-color: rgb(149,56,61); }
td.TdClassName
{
border-color: #95383D;
}
.TagClassName
{
border-color: #95383D;
}
</style>