Shades of Carmine #980632
Tints of Carmine #980632
RGB
CMYK
RGB Variations
Color information
#980632 (or 0x980632) is known color: Carmine. HEX triplet: 98, 06 and 32. RGB value is (152,6,50). Sum of RGB (Red+Green+Blue) = 152+6+50=208 (27% of max value = 765). Red value is 152 (59.77% from 255 or 73.08% from 208); Green value is 6 (2.73% from 255 or 2.88% from 208); Blue value is 50 (19.92% from 255 or 24.04% from 208); Max value from RGB is 152 - color contains mainly: red. Hex color #980632 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #980632 is #67F9CD. Grayscale: #363636. Windows color (decimal): -6814158 or 3278488. OLE color: 3278488.
HSL color Cylindrical-coordinate representation of color #980632: hue angle of 341.92º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #980632 is Cyan = 0, Magento = 0.96, Yellow = 0.67 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 6 | 50 | - |
| CMYK | 0 | 0.96 | 0.67 | 0.40 |
| HSL | 341.92º | 0.92% | 0.31% | - |
| HSV(B) | 341.92º | 0.96% | 0.6% | - |
| XYZ | 13.59 | 7.04 | 3.66 | - |
| YUV | 54.67 | 125.37 | 197.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 6 | 50 | 0 | 0.96 | 0.67 | 0.40 | 341.92 | 0.92 | 0.31 |
| Hex | 98 | 6 | 32 | 0 | 60 | 43 | 28 | 156 | 5C | 1F |
| Octal | 230 | 6 | 62 | 0 | 140 | 103 | 50 | 526 | 134 | 37 |
| Binary | 10011000 | 110 | 110010 | 0 | 1100000 | 1000011 | 101000 | 101010110 | 1011100 | 11111 |
Color Harmonies of #980632
Complementary color
Monochromatic Colors of #980632
Black with #980632
Text Example
Text Example
White with #980632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980632; }
p { color: rgb(152,6,50); }
H1.HeaderClassName
{
color: #980632;
}
.AnyTagClassName
{
color: #980632;
}
</style>
background-color css
<style>
a { background-color: #980632; }
a { background-color: rgb(152,6,50); }
div.DivClassName
{
background-color: #980632;
}
.BgClassName
{
background-color: #980632;
}
</style>
border-color css
<style>
span { border-color: #980632; }
span { border-color: rgb(152,6,50); }
td.TdClassName
{
border-color: #980632;
}
.TagClassName
{
border-color: #980632;
}
</style>