Shades of Shiraz #8F263D
Tints of Shiraz #8F263D
RGB
CMYK
RGB Variations
Color information
#8F263D (or 0x8F263D) is known color: Shiraz. HEX triplet: 8F, 26 and 3D. RGB value is (143,38,61). Sum of RGB (Red+Green+Blue) = 143+38+61=242 (32% of max value = 765). Red value is 143 (56.25% from 255 or 59.09% from 242); Green value is 38 (15.23% from 255 or 15.70% from 242); Blue value is 61 (24.22% from 255 or 25.21% from 242); Max value from RGB is 143 - color contains mainly: red. Hex color #8F263D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F263D is #70D9C2. Grayscale: #484848. Windows color (decimal): -7395779 or 4007567. OLE color: 4007567.
HSL color Cylindrical-coordinate representation of color #8F263D: hue angle of 346.86º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8F263D is Cyan = 0, Magento = 0.73, Yellow = 0.57 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 38 | 61 | - |
| CMYK | 0 | 0.73 | 0.57 | 0.44 |
| HSL | 346.86º | 0.58% | 0.35% | - |
| HSV(B) | 346.86º | 0.73% | 0.56% | - |
| XYZ | 12.86 | 7.56 | 5.2 | - |
| YUV | 72.02 | 121.79 | 178.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 38 | 61 | 0 | 0.73 | 0.57 | 0.44 | 346.86 | 0.58 | 0.35 |
| Hex | 8F | 26 | 3D | 0 | 49 | 39 | 2C | 15B | 3A | 23 |
| Octal | 217 | 46 | 75 | 0 | 111 | 71 | 54 | 533 | 72 | 43 |
| Binary | 10001111 | 100110 | 111101 | 0 | 1001001 | 111001 | 101100 | 101011011 | 111010 | 100011 |
Color Harmonies of #8F263D
Complementary color
Monochromatic Colors of #8F263D
Black with #8F263D
Text Example
Text Example
White with #8F263D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F263D; }
p { color: rgb(143,38,61); }
H1.HeaderClassName
{
color: #8F263D;
}
.AnyTagClassName
{
color: #8F263D;
}
</style>
background-color css
<style>
a { background-color: #8F263D; }
a { background-color: rgb(143,38,61); }
div.DivClassName
{
background-color: #8F263D;
}
.BgClassName
{
background-color: #8F263D;
}
</style>
border-color css
<style>
span { border-color: #8F263D; }
span { border-color: rgb(143,38,61); }
td.TdClassName
{
border-color: #8F263D;
}
.TagClassName
{
border-color: #8F263D;
}
</style>