Shades of Carmine #9E0829
Tints of Carmine #9E0829
RGB
CMYK
RGB Variations
Color information
#9E0829 (or 0x9E0829) is known color: Carmine. HEX triplet: 9E, 08 and 29. RGB value is (158,8,41). Sum of RGB (Red+Green+Blue) = 158+8+41=207 (27% of max value = 765). Red value is 158 (62.11% from 255 or 76.33% from 207); Green value is 8 (3.52% from 255 or 3.86% from 207); Blue value is 41 (16.41% from 255 or 19.81% from 207); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0829 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9E0829 is #61F7D6. Grayscale: #383838. Windows color (decimal): -6420439 or 2689182. OLE color: 2689182.
HSL color Cylindrical-coordinate representation of color #9E0829: hue angle of 346.8º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9E0829 is Cyan = 0, Magento = 0.95, Yellow = 0.74 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 8 | 41 | - |
| CMYK | 0 | 0.95 | 0.74 | 0.38 |
| HSL | 346.8º | 0.9% | 0.33% | - |
| HSV(B) | 346.8º | 0.95% | 0.62% | - |
| XYZ | 14.59 | 7.6 | 2.8 | - |
| YUV | 56.61 | 119.2 | 200.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 8 | 41 | 0 | 0.95 | 0.74 | 0.38 | 346.8 | 0.9 | 0.33 |
| Hex | 9E | 8 | 29 | 0 | 5F | 4A | 26 | 15B | 5A | 21 |
| Octal | 236 | 10 | 51 | 0 | 137 | 112 | 46 | 533 | 132 | 41 |
| Binary | 10011110 | 1000 | 101001 | 0 | 1011111 | 1001010 | 100110 | 101011011 | 1011010 | 100001 |
Color Harmonies of #9E0829
Complementary color
Monochromatic Colors of #9E0829
Black with #9E0829
Text Example
Text Example
White with #9E0829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E0829; }
p { color: rgb(158,8,41); }
H1.HeaderClassName
{
color: #9E0829;
}
.AnyTagClassName
{
color: #9E0829;
}
</style>
background-color css
<style>
a { background-color: #9E0829; }
a { background-color: rgb(158,8,41); }
div.DivClassName
{
background-color: #9E0829;
}
.BgClassName
{
background-color: #9E0829;
}
</style>
border-color css
<style>
span { border-color: #9E0829; }
span { border-color: rgb(158,8,41); }
td.TdClassName
{
border-color: #9E0829;
}
.TagClassName
{
border-color: #9E0829;
}
</style>