Shades of Shiraz #85263D
Tints of Shiraz #85263D
RGB
CMYK
RGB Variations
Color information
#85263D (or 0x85263D) is known color: Shiraz. HEX triplet: 85, 26 and 3D. RGB value is (133,38,61). Sum of RGB (Red+Green+Blue) = 133+38+61=232 (30% of max value = 765). Red value is 133 (52.34% from 255 or 57.33% from 232); Green value is 38 (15.23% from 255 or 16.38% from 232); Blue value is 61 (24.22% from 255 or 26.29% from 232); Max value from RGB is 133 - color contains mainly: red. Hex color #85263D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85263D is #7AD9C2. Grayscale: #454545. Windows color (decimal): -8051139 or 4007557. OLE color: 4007557.
HSL color Cylindrical-coordinate representation of color #85263D: hue angle of 345.47º 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 #85263D is Cyan = 0, Magento = 0.71, Yellow = 0.54 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 38 | 61 | - |
| CMYK | 0 | 0.71 | 0.54 | 0.48 |
| HSL | 345.47º | 0.56% | 0.34% | - |
| HSV(B) | 345.47º | 0.71% | 0.52% | - |
| XYZ | 11.21 | 6.71 | 5.12 | - |
| YUV | 69.03 | 123.47 | 173.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 38 | 61 | 0 | 0.71 | 0.54 | 0.48 | 345.47 | 0.56 | 0.34 |
| Hex | 85 | 26 | 3D | 0 | 47 | 36 | 30 | 159 | 38 | 22 |
| Octal | 205 | 46 | 75 | 0 | 107 | 66 | 60 | 531 | 70 | 42 |
| Binary | 10000101 | 100110 | 111101 | 0 | 1000111 | 110110 | 110000 | 101011001 | 111000 | 100010 |
Color Harmonies of #85263D
Complementary color
Monochromatic Colors of #85263D
Black with #85263D
Text Example
Text Example
White with #85263D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85263D; }
p { color: rgb(133,38,61); }
H1.HeaderClassName
{
color: #85263D;
}
.AnyTagClassName
{
color: #85263D;
}
</style>
background-color css
<style>
a { background-color: #85263D; }
a { background-color: rgb(133,38,61); }
div.DivClassName
{
background-color: #85263D;
}
.BgClassName
{
background-color: #85263D;
}
</style>
border-color css
<style>
span { border-color: #85263D; }
span { border-color: rgb(133,38,61); }
td.TdClassName
{
border-color: #85263D;
}
.TagClassName
{
border-color: #85263D;
}
</style>