Shades of Carmine #990835
Tints of Carmine #990835
RGB
CMYK
RGB Variations
Color information
#990835 (or 0x990835) is known color: Carmine. HEX triplet: 99, 08 and 35. RGB value is (153,8,53). Sum of RGB (Red+Green+Blue) = 153+8+53=214 (28% of max value = 765). Red value is 153 (60.16% from 255 or 71.50% from 214); Green value is 8 (3.52% from 255 or 3.74% from 214); Blue value is 53 (21.09% from 255 or 24.77% from 214); Max value from RGB is 153 - color contains mainly: red. Hex color #990835 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #990835 is #66F7CA. Grayscale: #383838. Windows color (decimal): -6748107 or 3475609. OLE color: 3475609.
HSL color Cylindrical-coordinate representation of color #990835: hue angle of 341.38º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #990835 is Cyan = 0, Magento = 0.95, Yellow = 0.65 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 8 | 53 | - |
| CMYK | 0 | 0.95 | 0.65 | 0.4 |
| HSL | 341.38º | 0.9% | 0.32% | - |
| HSV(B) | 341.38º | 0.95% | 0.6% | - |
| XYZ | 13.87 | 7.2 | 4.03 | - |
| YUV | 56.49 | 126.04 | 196.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 8 | 53 | 0 | 0.95 | 0.65 | 0.4 | 341.38 | 0.9 | 0.32 |
| Hex | 99 | 8 | 35 | 0 | 5F | 41 | 28 | 155 | 5A | 20 |
| Octal | 231 | 10 | 65 | 0 | 137 | 101 | 50 | 525 | 132 | 40 |
| Binary | 10011001 | 1000 | 110101 | 0 | 1011111 | 1000001 | 101000 | 101010101 | 1011010 | 100000 |
Color Harmonies of #990835
Complementary color
Monochromatic Colors of #990835
Black with #990835
Text Example
Text Example
White with #990835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990835; }
p { color: rgb(153,8,53); }
H1.HeaderClassName
{
color: #990835;
}
.AnyTagClassName
{
color: #990835;
}
</style>
background-color css
<style>
a { background-color: #990835; }
a { background-color: rgb(153,8,53); }
div.DivClassName
{
background-color: #990835;
}
.BgClassName
{
background-color: #990835;
}
</style>
border-color css
<style>
span { border-color: #990835; }
span { border-color: rgb(153,8,53); }
td.TdClassName
{
border-color: #990835;
}
.TagClassName
{
border-color: #990835;
}
</style>