Shades of Well Read #8F363C
Tints of Well Read #8F363C
RGB
CMYK
RGB Variations
Color information
#8F363C (or 0x8F363C) is known color: Well Read. HEX triplet: 8F, 36 and 3C. RGB value is (143,54,60). Sum of RGB (Red+Green+Blue) = 143+54+60=257 (34% of max value = 765). Red value is 143 (56.25% from 255 or 55.64% from 257); Green value is 54 (21.48% from 255 or 21.01% from 257); Blue value is 60 (23.83% from 255 or 23.35% from 257); Max value from RGB is 143 - color contains mainly: red. Hex color #8F363C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F363C is #70C9C3. Grayscale: #515151. Windows color (decimal): -7391684 or 3946127. OLE color: 3946127.
HSL color Cylindrical-coordinate representation of color #8F363C: hue angle of 355.96º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8F363C is Cyan = 0, Magento = 0.62, Yellow = 0.58 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 54 | 60 | - |
| CMYK | 0 | 0.62 | 0.58 | 0.44 |
| HSL | 355.96º | 0.45% | 0.39% | - |
| HSV(B) | 355.96º | 0.62% | 0.56% | - |
| XYZ | 13.46 | 8.8 | 5.26 | - |
| YUV | 81.3 | 115.99 | 172.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 54 | 60 | 0 | 0.62 | 0.58 | 0.44 | 355.96 | 0.45 | 0.39 |
| Hex | 8F | 36 | 3C | 0 | 3E | 3A | 2C | 164 | 2D | 27 |
| Octal | 217 | 66 | 74 | 0 | 76 | 72 | 54 | 544 | 55 | 47 |
| Binary | 10001111 | 110110 | 111100 | 0 | 111110 | 111010 | 101100 | 101100100 | 101101 | 100111 |
Color Harmonies of #8F363C
Complementary color
Monochromatic Colors of #8F363C
Black with #8F363C
Text Example
Text Example
White with #8F363C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F363C; }
p { color: rgb(143,54,60); }
H1.HeaderClassName
{
color: #8F363C;
}
.AnyTagClassName
{
color: #8F363C;
}
</style>
background-color css
<style>
a { background-color: #8F363C; }
a { background-color: rgb(143,54,60); }
div.DivClassName
{
background-color: #8F363C;
}
.BgClassName
{
background-color: #8F363C;
}
</style>
border-color css
<style>
span { border-color: #8F363C; }
span { border-color: rgb(143,54,60); }
td.TdClassName
{
border-color: #8F363C;
}
.TagClassName
{
border-color: #8F363C;
}
</style>