Shades of Shiraz #8A1F37
Tints of Shiraz #8A1F37
RGB
CMYK
RGB Variations
Color information
#8A1F37 (or 0x8A1F37) is known color: Shiraz. HEX triplet: 8A, 1F and 37. RGB value is (138,31,55). Sum of RGB (Red+Green+Blue) = 138+31+55=224 (29% of max value = 765). Red value is 138 (54.30% from 255 or 61.61% from 224); Green value is 31 (12.5% from 255 or 13.84% from 224); Blue value is 55 (21.88% from 255 or 24.55% from 224); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1F37 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A1F37 is #75E0C8. Grayscale: #414141. Windows color (decimal): -7725257 or 3612554. OLE color: 3612554.
HSL color Cylindrical-coordinate representation of color #8A1F37: hue angle of 346.54º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8A1F37 is Cyan = 0, Magento = 0.78, Yellow = 0.60 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 31 | 55 | - |
| CMYK | 0 | 0.78 | 0.60 | 0.46 |
| HSL | 346.54º | 0.63% | 0.33% | - |
| HSV(B) | 346.54º | 0.78% | 0.54% | - |
| XYZ | 11.66 | 6.66 | 4.29 | - |
| YUV | 65.73 | 121.95 | 179.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 31 | 55 | 0 | 0.78 | 0.60 | 0.46 | 346.54 | 0.63 | 0.33 |
| Hex | 8A | 1F | 37 | 0 | 4E | 3C | 2E | 15B | 3F | 21 |
| Octal | 212 | 37 | 67 | 0 | 116 | 74 | 56 | 533 | 77 | 41 |
| Binary | 10001010 | 11111 | 110111 | 0 | 1001110 | 111100 | 101110 | 101011011 | 111111 | 100001 |
Color Harmonies of #8A1F37
Complementary color
Monochromatic Colors of #8A1F37
Black with #8A1F37
Text Example
Text Example
White with #8A1F37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A1F37; }
p { color: rgb(138,31,55); }
H1.HeaderClassName
{
color: #8A1F37;
}
.AnyTagClassName
{
color: #8A1F37;
}
</style>
background-color css
<style>
a { background-color: #8A1F37; }
a { background-color: rgb(138,31,55); }
div.DivClassName
{
background-color: #8A1F37;
}
.BgClassName
{
background-color: #8A1F37;
}
</style>
border-color css
<style>
span { border-color: #8A1F37; }
span { border-color: rgb(138,31,55); }
td.TdClassName
{
border-color: #8A1F37;
}
.TagClassName
{
border-color: #8A1F37;
}
</style>