Shades of Carmine #8F0523
Tints of Carmine #8F0523
RGB
CMYK
RGB Variations
Color information
#8F0523 (or 0x8F0523) is known color: Carmine. HEX triplet: 8F, 05 and 23. RGB value is (143,5,35). Sum of RGB (Red+Green+Blue) = 143+5+35=183 (24% of max value = 765). Red value is 143 (56.25% from 255 or 78.14% from 183); Green value is 5 (2.34% from 255 or 2.73% from 183); Blue value is 35 (14.06% from 255 or 19.13% from 183); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0523 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F0523 is #70FADC. Grayscale: #313131. Windows color (decimal): -7404253 or 2295183. OLE color: 2295183.
HSL color Cylindrical-coordinate representation of color #8F0523: hue angle of 346.96º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8F0523 is Cyan = 0, Magento = 0.97, Yellow = 0.76 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 5 | 35 | - |
| CMYK | 0 | 0.97 | 0.76 | 0.44 |
| HSL | 346.96º | 0.93% | 0.29% | - |
| HSV(B) | 346.96º | 0.97% | 0.56% | - |
| XYZ | 11.69 | 6.07 | 2.15 | - |
| YUV | 49.68 | 119.72 | 194.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 5 | 35 | 0 | 0.97 | 0.76 | 0.44 | 346.96 | 0.93 | 0.29 |
| Hex | 8F | 5 | 23 | 0 | 61 | 4C | 2C | 15B | 5D | 1D |
| Octal | 217 | 5 | 43 | 0 | 141 | 114 | 54 | 533 | 135 | 35 |
| Binary | 10001111 | 101 | 100011 | 0 | 1100001 | 1001100 | 101100 | 101011011 | 1011101 | 11101 |
Color Harmonies of #8F0523
Complementary color
Monochromatic Colors of #8F0523
Black with #8F0523
Text Example
Text Example
White with #8F0523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F0523; }
p { color: rgb(143,5,35); }
H1.HeaderClassName
{
color: #8F0523;
}
.AnyTagClassName
{
color: #8F0523;
}
</style>
background-color css
<style>
a { background-color: #8F0523; }
a { background-color: rgb(143,5,35); }
div.DivClassName
{
background-color: #8F0523;
}
.BgClassName
{
background-color: #8F0523;
}
</style>
border-color css
<style>
span { border-color: #8F0523; }
span { border-color: rgb(143,5,35); }
td.TdClassName
{
border-color: #8F0523;
}
.TagClassName
{
border-color: #8F0523;
}
</style>