Shades of Carmine #91061A
Tints of Carmine #91061A
RGB
CMYK
RGB Variations
Color information
#91061A (or 0x91061A) is known color: Carmine. HEX triplet: 91, 06 and 1A. RGB value is (145,6,26). Sum of RGB (Red+Green+Blue) = 145+6+26=177 (23% of max value = 765). Red value is 145 (57.03% from 255 or 81.92% from 177); Green value is 6 (2.73% from 255 or 3.39% from 177); Blue value is 26 (10.55% from 255 or 14.69% from 177); Max value from RGB is 145 - color contains mainly: red. Hex color #91061A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #91061A is #6EF9E5. Grayscale: #313131. Windows color (decimal): -7272934 or 1705617. OLE color: 1705617.
HSL color Cylindrical-coordinate representation of color #91061A: hue angle of 351.37º 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 #91061A is Cyan = 0, Magento = 0.96, Yellow = 0.82 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 6 | 26 | - |
| CMYK | 0 | 0.96 | 0.82 | 0.43 |
| HSL | 351.37º | 0.92% | 0.3% | - |
| HSV(B) | 351.37º | 0.96% | 0.57% | - |
| XYZ | 11.93 | 6.22 | 1.55 | - |
| YUV | 49.84 | 114.55 | 195.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 6 | 26 | 0 | 0.96 | 0.82 | 0.43 | 351.37 | 0.92 | 0.3 |
| Hex | 91 | 6 | 1A | 0 | 60 | 52 | 2B | 15F | 5C | 1E |
| Octal | 221 | 6 | 32 | 0 | 140 | 122 | 53 | 537 | 134 | 36 |
| Binary | 10010001 | 110 | 11010 | 0 | 1100000 | 1010010 | 101011 | 101011111 | 1011100 | 11110 |
Color Harmonies of #91061A
Complementary color
Monochromatic Colors of #91061A
Black with #91061A
Text Example
Text Example
White with #91061A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91061A; }
p { color: rgb(145,6,26); }
H1.HeaderClassName
{
color: #91061A;
}
.AnyTagClassName
{
color: #91061A;
}
</style>
background-color css
<style>
a { background-color: #91061A; }
a { background-color: rgb(145,6,26); }
div.DivClassName
{
background-color: #91061A;
}
.BgClassName
{
background-color: #91061A;
}
</style>
border-color css
<style>
span { border-color: #91061A; }
span { border-color: rgb(145,6,26); }
td.TdClassName
{
border-color: #91061A;
}
.TagClassName
{
border-color: #91061A;
}
</style>