Shades of Carmine #9C0827
Tints of Carmine #9C0827
RGB
CMYK
RGB Variations
Color information
#9C0827 (or 0x9C0827) is known color: Carmine. HEX triplet: 9C, 08 and 27. RGB value is (156,8,39). Sum of RGB (Red+Green+Blue) = 156+8+39=203 (26% of max value = 765). Red value is 156 (61.33% from 255 or 76.85% from 203); Green value is 8 (3.52% from 255 or 3.94% from 203); Blue value is 39 (15.62% from 255 or 19.21% from 203); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0827 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9C0827 is #63F7D8. Grayscale: #373737. Windows color (decimal): -6551513 or 2558108. OLE color: 2558108.
HSL color Cylindrical-coordinate representation of color #9C0827: hue angle of 347.43º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9C0827 is Cyan = 0, Magento = 0.95, Yellow = 0.75 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 8 | 39 | - |
| CMYK | 0 | 0.95 | 0.75 | 0.39 |
| HSL | 347.43º | 0.9% | 0.32% | - |
| HSV(B) | 347.43º | 0.95% | 0.61% | - |
| XYZ | 14.16 | 7.39 | 2.6 | - |
| YUV | 55.79 | 118.53 | 199.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 8 | 39 | 0 | 0.95 | 0.75 | 0.39 | 347.43 | 0.9 | 0.32 |
| Hex | 9C | 8 | 27 | 0 | 5F | 4B | 27 | 15B | 5A | 20 |
| Octal | 234 | 10 | 47 | 0 | 137 | 113 | 47 | 533 | 132 | 40 |
| Binary | 10011100 | 1000 | 100111 | 0 | 1011111 | 1001011 | 100111 | 101011011 | 1011010 | 100000 |
Color Harmonies of #9C0827
Complementary color
Monochromatic Colors of #9C0827
Black with #9C0827
Text Example
Text Example
White with #9C0827
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C0827; }
p { color: rgb(156,8,39); }
H1.HeaderClassName
{
color: #9C0827;
}
.AnyTagClassName
{
color: #9C0827;
}
</style>
background-color css
<style>
a { background-color: #9C0827; }
a { background-color: rgb(156,8,39); }
div.DivClassName
{
background-color: #9C0827;
}
.BgClassName
{
background-color: #9C0827;
}
</style>
border-color css
<style>
span { border-color: #9C0827; }
span { border-color: rgb(156,8,39); }
td.TdClassName
{
border-color: #9C0827;
}
.TagClassName
{
border-color: #9C0827;
}
</style>