Shades of Carmine #990834
Tints of Carmine #990834
RGB
CMYK
RGB Variations
Color information
#990834 (or 0x990834) is known color: Carmine. HEX triplet: 99, 08 and 34. RGB value is (153,8,52). Sum of RGB (Red+Green+Blue) = 153+8+52=213 (28% of max value = 765). Red value is 153 (60.16% from 255 or 71.83% from 213); Green value is 8 (3.52% from 255 or 3.76% from 213); Blue value is 52 (20.70% from 255 or 24.41% from 213); Max value from RGB is 153 - color contains mainly: red. Hex color #990834 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #990834 is #66F7CB. Grayscale: #383838. Windows color (decimal): -6748108 or 3410073. OLE color: 3410073.
HSL color Cylindrical-coordinate representation of color #990834: hue angle of 341.79º 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 #990834 is Cyan = 0, Magento = 0.95, Yellow = 0.66 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 8 | 52 | - |
| CMYK | 0 | 0.95 | 0.66 | 0.4 |
| HSL | 341.79º | 0.9% | 0.32% | - |
| HSV(B) | 341.79º | 0.95% | 0.6% | - |
| XYZ | 13.84 | 7.19 | 3.91 | - |
| YUV | 56.37 | 125.54 | 196.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 8 | 52 | 0 | 0.95 | 0.66 | 0.4 | 341.79 | 0.9 | 0.32 |
| Hex | 99 | 8 | 34 | 0 | 5F | 42 | 28 | 156 | 5A | 20 |
| Octal | 231 | 10 | 64 | 0 | 137 | 102 | 50 | 526 | 132 | 40 |
| Binary | 10011001 | 1000 | 110100 | 0 | 1011111 | 1000010 | 101000 | 101010110 | 1011010 | 100000 |
Color Harmonies of #990834
Complementary color
Monochromatic Colors of #990834
Black with #990834
Text Example
Text Example
White with #990834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990834; }
p { color: rgb(153,8,52); }
H1.HeaderClassName
{
color: #990834;
}
.AnyTagClassName
{
color: #990834;
}
</style>
background-color css
<style>
a { background-color: #990834; }
a { background-color: rgb(153,8,52); }
div.DivClassName
{
background-color: #990834;
}
.BgClassName
{
background-color: #990834;
}
</style>
border-color css
<style>
span { border-color: #990834; }
span { border-color: rgb(153,8,52); }
td.TdClassName
{
border-color: #990834;
}
.TagClassName
{
border-color: #990834;
}
</style>