Shades of Carmine #91061C
Tints of Carmine #91061C
RGB
CMYK
RGB Variations
Color information
#91061C (or 0x91061C) is known color: Carmine. HEX triplet: 91, 06 and 1C. RGB value is (145,6,28). Sum of RGB (Red+Green+Blue) = 145+6+28=179 (23% of max value = 765). Red value is 145 (57.03% from 255 or 81.01% from 179); Green value is 6 (2.73% from 255 or 3.35% from 179); Blue value is 28 (11.33% from 255 or 15.64% from 179); Max value from RGB is 145 - color contains mainly: red. Hex color #91061C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #91061C is #6EF9E3. Grayscale: #323232. Windows color (decimal): -7272932 or 1836689. OLE color: 1836689.
HSL color Cylindrical-coordinate representation of color #91061C: hue angle of 350.5º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #91061C is Cyan = 0, Magento = 0.96, Yellow = 0.81 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 6 | 28 | - |
| CMYK | 0 | 0.96 | 0.81 | 0.43 |
| HSL | 350.5º | 0.92% | 0.3% | - |
| HSV(B) | 350.5º | 0.96% | 0.57% | - |
| XYZ | 11.95 | 6.23 | 1.67 | - |
| YUV | 50.07 | 115.55 | 195.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 6 | 28 | 0 | 0.96 | 0.81 | 0.43 | 350.5 | 0.92 | 0.3 |
| Hex | 91 | 6 | 1C | 0 | 60 | 51 | 2B | 15F | 5C | 1E |
| Octal | 221 | 6 | 34 | 0 | 140 | 121 | 53 | 537 | 134 | 36 |
| Binary | 10010001 | 110 | 11100 | 0 | 1100000 | 1010001 | 101011 | 101011111 | 1011100 | 11110 |
Color Harmonies of #91061C
Complementary color
Monochromatic Colors of #91061C
Black with #91061C
Text Example
Text Example
White with #91061C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91061C; }
p { color: rgb(145,6,28); }
H1.HeaderClassName
{
color: #91061C;
}
.AnyTagClassName
{
color: #91061C;
}
</style>
background-color css
<style>
a { background-color: #91061C; }
a { background-color: rgb(145,6,28); }
div.DivClassName
{
background-color: #91061C;
}
.BgClassName
{
background-color: #91061C;
}
</style>
border-color css
<style>
span { border-color: #91061C; }
span { border-color: rgb(145,6,28); }
td.TdClassName
{
border-color: #91061C;
}
.TagClassName
{
border-color: #91061C;
}
</style>