Shades of Shiraz #85263A
Tints of Shiraz #85263A
RGB
CMYK
RGB Variations
Color information
#85263A (or 0x85263A) is known color: Shiraz. HEX triplet: 85, 26 and 3A. RGB value is (133,38,58). Sum of RGB (Red+Green+Blue) = 133+38+58=229 (30% of max value = 765). Red value is 133 (52.34% from 255 or 58.08% from 229); Green value is 38 (15.23% from 255 or 16.59% from 229); Blue value is 58 (23.05% from 255 or 25.33% from 229); Max value from RGB is 133 - color contains mainly: red. Hex color #85263A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85263A is #7AD9C5. Grayscale: #444444. Windows color (decimal): -8051142 or 3810949. OLE color: 3810949.
HSL color Cylindrical-coordinate representation of color #85263A: hue angle of 347.37º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #85263A is Cyan = 0, Magento = 0.71, Yellow = 0.56 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 38 | 58 | - |
| CMYK | 0 | 0.71 | 0.56 | 0.48 |
| HSL | 347.37º | 0.56% | 0.34% | - |
| HSV(B) | 347.37º | 0.71% | 0.52% | - |
| XYZ | 11.13 | 6.68 | 4.71 | - |
| YUV | 68.69 | 121.97 | 173.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 38 | 58 | 0 | 0.71 | 0.56 | 0.48 | 347.37 | 0.56 | 0.34 |
| Hex | 85 | 26 | 3A | 0 | 47 | 38 | 30 | 15B | 38 | 22 |
| Octal | 205 | 46 | 72 | 0 | 107 | 70 | 60 | 533 | 70 | 42 |
| Binary | 10000101 | 100110 | 111010 | 0 | 1000111 | 111000 | 110000 | 101011011 | 111000 | 100010 |
Color Harmonies of #85263A
Complementary color
Monochromatic Colors of #85263A
Black with #85263A
Text Example
Text Example
White with #85263A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85263A; }
p { color: rgb(133,38,58); }
H1.HeaderClassName
{
color: #85263A;
}
.AnyTagClassName
{
color: #85263A;
}
</style>
background-color css
<style>
a { background-color: #85263A; }
a { background-color: rgb(133,38,58); }
div.DivClassName
{
background-color: #85263A;
}
.BgClassName
{
background-color: #85263A;
}
</style>
border-color css
<style>
span { border-color: #85263A; }
span { border-color: rgb(133,38,58); }
td.TdClassName
{
border-color: #85263A;
}
.TagClassName
{
border-color: #85263A;
}
</style>