Shades of Carmine #9D0827
Tints of Carmine #9D0827
RGB
CMYK
RGB Variations
Color information
#9D0827 (or 0x9D0827) is known color: Carmine. HEX triplet: 9D, 08 and 27. RGB value is (157,8,39). Sum of RGB (Red+Green+Blue) = 157+8+39=204 (27% of max value = 765). Red value is 157 (61.72% from 255 or 76.96% from 204); Green value is 8 (3.52% from 255 or 3.92% from 204); Blue value is 39 (15.62% from 255 or 19.12% from 204); Max value from RGB is 157 - color contains mainly: red. Hex color #9D0827 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9D0827 is #62F7D8. Grayscale: #383838. Windows color (decimal): -6485977 or 2558109. OLE color: 2558109.
HSL color Cylindrical-coordinate representation of color #9D0827: hue angle of 347.52º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9D0827 is Cyan = 0, Magento = 0.95, Yellow = 0.75 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 8 | 39 | - |
| CMYK | 0 | 0.95 | 0.75 | 0.38 |
| HSL | 347.52º | 0.9% | 0.32% | - |
| HSV(B) | 347.52º | 0.95% | 0.62% | - |
| XYZ | 14.36 | 7.49 | 2.61 | - |
| YUV | 56.09 | 118.36 | 199.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 8 | 39 | 0 | 0.95 | 0.75 | 0.38 | 347.52 | 0.9 | 0.32 |
| Hex | 9D | 8 | 27 | 0 | 5F | 4B | 26 | 15C | 5A | 20 |
| Octal | 235 | 10 | 47 | 0 | 137 | 113 | 46 | 534 | 132 | 40 |
| Binary | 10011101 | 1000 | 100111 | 0 | 1011111 | 1001011 | 100110 | 101011100 | 1011010 | 100000 |
Color Harmonies of #9D0827
Complementary color
Monochromatic Colors of #9D0827
Black with #9D0827
Text Example
Text Example
White with #9D0827
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D0827; }
p { color: rgb(157,8,39); }
H1.HeaderClassName
{
color: #9D0827;
}
.AnyTagClassName
{
color: #9D0827;
}
</style>
background-color css
<style>
a { background-color: #9D0827; }
a { background-color: rgb(157,8,39); }
div.DivClassName
{
background-color: #9D0827;
}
.BgClassName
{
background-color: #9D0827;
}
</style>
border-color css
<style>
span { border-color: #9D0827; }
span { border-color: rgb(157,8,39); }
td.TdClassName
{
border-color: #9D0827;
}
.TagClassName
{
border-color: #9D0827;
}
</style>