Shades of Shiraz #8B263D
Tints of Shiraz #8B263D
RGB
CMYK
RGB Variations
Color information
#8B263D (or 0x8B263D) is known color: Shiraz. HEX triplet: 8B, 26 and 3D. RGB value is (139,38,61). Sum of RGB (Red+Green+Blue) = 139+38+61=238 (31% of max value = 765). Red value is 139 (54.69% from 255 or 58.40% from 238); Green value is 38 (15.23% from 255 or 15.97% from 238); Blue value is 61 (24.22% from 255 or 25.63% from 238); Max value from RGB is 139 - color contains mainly: red. Hex color #8B263D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B263D is #74D9C2. Grayscale: #464646. Windows color (decimal): -7657923 or 4007563. OLE color: 4007563.
HSL color Cylindrical-coordinate representation of color #8B263D: hue angle of 346.34º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8B263D is Cyan = 0, Magento = 0.73, Yellow = 0.56 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 38 | 61 | - |
| CMYK | 0 | 0.73 | 0.56 | 0.45 |
| HSL | 346.34º | 0.57% | 0.35% | - |
| HSV(B) | 346.34º | 0.73% | 0.55% | - |
| XYZ | 12.18 | 7.21 | 5.16 | - |
| YUV | 70.82 | 122.46 | 176.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 38 | 61 | 0 | 0.73 | 0.56 | 0.45 | 346.34 | 0.57 | 0.35 |
| Hex | 8B | 26 | 3D | 0 | 49 | 38 | 2D | 15A | 39 | 23 |
| Octal | 213 | 46 | 75 | 0 | 111 | 70 | 55 | 532 | 71 | 43 |
| Binary | 10001011 | 100110 | 111101 | 0 | 1001001 | 111000 | 101101 | 101011010 | 111001 | 100011 |
Color Harmonies of #8B263D
Complementary color
Monochromatic Colors of #8B263D
Black with #8B263D
Text Example
Text Example
White with #8B263D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B263D; }
p { color: rgb(139,38,61); }
H1.HeaderClassName
{
color: #8B263D;
}
.AnyTagClassName
{
color: #8B263D;
}
</style>
background-color css
<style>
a { background-color: #8B263D; }
a { background-color: rgb(139,38,61); }
div.DivClassName
{
background-color: #8B263D;
}
.BgClassName
{
background-color: #8B263D;
}
</style>
border-color css
<style>
span { border-color: #8B263D; }
span { border-color: rgb(139,38,61); }
td.TdClassName
{
border-color: #8B263D;
}
.TagClassName
{
border-color: #8B263D;
}
</style>