Shades of Carmine #9B0734
Tints of Carmine #9B0734
RGB
CMYK
RGB Variations
Color information
#9B0734 (or 0x9B0734) is known color: Carmine. HEX triplet: 9B, 07 and 34. RGB value is (155,7,52). Sum of RGB (Red+Green+Blue) = 155+7+52=214 (28% of max value = 765). Red value is 155 (60.94% from 255 or 72.43% from 214); Green value is 7 (3.12% from 255 or 3.27% from 214); Blue value is 52 (20.70% from 255 or 24.30% from 214); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0734 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B0734 is #64F8CB. Grayscale: #383838. Windows color (decimal): -6617292 or 3409819. OLE color: 3409819.
HSL color Cylindrical-coordinate representation of color #9B0734: hue angle of 341.76º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9B0734 is Cyan = 0, Magento = 0.95, Yellow = 0.66 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 7 | 52 | - |
| CMYK | 0 | 0.95 | 0.66 | 0.39 |
| HSL | 341.76º | 0.91% | 0.32% | - |
| HSV(B) | 341.76º | 0.95% | 0.61% | - |
| XYZ | 14.21 | 7.37 | 3.92 | - |
| YUV | 56.38 | 125.53 | 198.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 7 | 52 | 0 | 0.95 | 0.66 | 0.39 | 341.76 | 0.91 | 0.32 |
| Hex | 9B | 7 | 34 | 0 | 5F | 42 | 27 | 156 | 5B | 20 |
| Octal | 233 | 7 | 64 | 0 | 137 | 102 | 47 | 526 | 133 | 40 |
| Binary | 10011011 | 111 | 110100 | 0 | 1011111 | 1000010 | 100111 | 101010110 | 1011011 | 100000 |
Color Harmonies of #9B0734
Complementary color
Monochromatic Colors of #9B0734
Black with #9B0734
Text Example
Text Example
White with #9B0734
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B0734; }
p { color: rgb(155,7,52); }
H1.HeaderClassName
{
color: #9B0734;
}
.AnyTagClassName
{
color: #9B0734;
}
</style>
background-color css
<style>
a { background-color: #9B0734; }
a { background-color: rgb(155,7,52); }
div.DivClassName
{
background-color: #9B0734;
}
.BgClassName
{
background-color: #9B0734;
}
</style>
border-color css
<style>
span { border-color: #9B0734; }
span { border-color: rgb(155,7,52); }
td.TdClassName
{
border-color: #9B0734;
}
.TagClassName
{
border-color: #9B0734;
}
</style>