Shades of Shiraz #84263D
Tints of Shiraz #84263D
RGB
CMYK
RGB Variations
Color information
#84263D (or 0x84263D) is known color: Shiraz. HEX triplet: 84, 26 and 3D. RGB value is (132,38,61). Sum of RGB (Red+Green+Blue) = 132+38+61=231 (30% of max value = 765). Red value is 132 (51.95% from 255 or 57.14% from 231); Green value is 38 (15.23% from 255 or 16.45% from 231); Blue value is 61 (24.22% from 255 or 26.41% from 231); Max value from RGB is 132 - color contains mainly: red. Hex color #84263D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84263D is #7BD9C2. Grayscale: #444444. Windows color (decimal): -8116675 or 4007556. OLE color: 4007556.
HSL color Cylindrical-coordinate representation of color #84263D: hue angle of 345.32º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #84263D is Cyan = 0, Magento = 0.71, Yellow = 0.54 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 38 | 61 | - |
| CMYK | 0 | 0.71 | 0.54 | 0.48 |
| HSL | 345.32º | 0.55% | 0.33% | - |
| HSV(B) | 345.32º | 0.71% | 0.52% | - |
| XYZ | 11.05 | 6.63 | 5.11 | - |
| YUV | 68.73 | 123.64 | 173.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 38 | 61 | 0 | 0.71 | 0.54 | 0.48 | 345.32 | 0.55 | 0.33 |
| Hex | 84 | 26 | 3D | 0 | 47 | 36 | 30 | 159 | 37 | 21 |
| Octal | 204 | 46 | 75 | 0 | 107 | 66 | 60 | 531 | 67 | 41 |
| Binary | 10000100 | 100110 | 111101 | 0 | 1000111 | 110110 | 110000 | 101011001 | 110111 | 100001 |
Color Harmonies of #84263D
Complementary color
Monochromatic Colors of #84263D
Black with #84263D
Text Example
Text Example
White with #84263D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84263D; }
p { color: rgb(132,38,61); }
H1.HeaderClassName
{
color: #84263D;
}
.AnyTagClassName
{
color: #84263D;
}
</style>
background-color css
<style>
a { background-color: #84263D; }
a { background-color: rgb(132,38,61); }
div.DivClassName
{
background-color: #84263D;
}
.BgClassName
{
background-color: #84263D;
}
</style>
border-color css
<style>
span { border-color: #84263D; }
span { border-color: rgb(132,38,61); }
td.TdClassName
{
border-color: #84263D;
}
.TagClassName
{
border-color: #84263D;
}
</style>