Shades of Shiraz #910F3A
Tints of Shiraz #910F3A
RGB
CMYK
RGB Variations
Color information
#910F3A (or 0x910F3A) is known color: Shiraz. HEX triplet: 91, 0F and 3A. RGB value is (145,15,58). Sum of RGB (Red+Green+Blue) = 145+15+58=218 (28% of max value = 765). Red value is 145 (57.03% from 255 or 66.51% from 218); Green value is 15 (6.25% from 255 or 6.88% from 218); Blue value is 58 (23.05% from 255 or 26.61% from 218); Max value from RGB is 145 - color contains mainly: red. Hex color #910F3A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #910F3A is #6EF0C5. Grayscale: #3A3A3A. Windows color (decimal): -7270598 or 3805073. OLE color: 3805073.
HSL color Cylindrical-coordinate representation of color #910F3A: hue angle of 340.15º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #910F3A is Cyan = 0, Magento = 0.90, Yellow = 0.6 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 15 | 58 | - |
| CMYK | 0 | 0.90 | 0.6 | 0.43 |
| HSL | 340.15º | 0.81% | 0.31% | - |
| HSV(B) | 340.15º | 0.9% | 0.57% | - |
| XYZ | 12.61 | 6.67 | 4.63 | - |
| YUV | 58.77 | 127.57 | 189.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 15 | 58 | 0 | 0.90 | 0.6 | 0.43 | 340.15 | 0.81 | 0.31 |
| Hex | 91 | F | 3A | 0 | 5A | 3C | 2B | 154 | 51 | 1F |
| Octal | 221 | 17 | 72 | 0 | 132 | 74 | 53 | 524 | 121 | 37 |
| Binary | 10010001 | 1111 | 111010 | 0 | 1011010 | 111100 | 101011 | 101010100 | 1010001 | 11111 |
Color Harmonies of #910F3A
Complementary color
Monochromatic Colors of #910F3A
Black with #910F3A
Text Example
Text Example
White with #910F3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910F3A; }
p { color: rgb(145,15,58); }
H1.HeaderClassName
{
color: #910F3A;
}
.AnyTagClassName
{
color: #910F3A;
}
</style>
background-color css
<style>
a { background-color: #910F3A; }
a { background-color: rgb(145,15,58); }
div.DivClassName
{
background-color: #910F3A;
}
.BgClassName
{
background-color: #910F3A;
}
</style>
border-color css
<style>
span { border-color: #910F3A; }
span { border-color: rgb(145,15,58); }
td.TdClassName
{
border-color: #910F3A;
}
.TagClassName
{
border-color: #910F3A;
}
</style>