Shades of Shiraz #84263C
Tints of Shiraz #84263C
RGB
CMYK
RGB Variations
Color information
#84263C (or 0x84263C) is known color: Shiraz. HEX triplet: 84, 26 and 3C. RGB value is (132,38,60). Sum of RGB (Red+Green+Blue) = 132+38+60=230 (30% of max value = 765). Red value is 132 (51.95% from 255 or 57.39% from 230); Green value is 38 (15.23% from 255 or 16.52% from 230); Blue value is 60 (23.83% from 255 or 26.09% from 230); Max value from RGB is 132 - color contains mainly: red. Hex color #84263C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84263C is #7BD9C3. Grayscale: #444444. Windows color (decimal): -8116676 or 3942020. OLE color: 3942020.
HSL color Cylindrical-coordinate representation of color #84263C: hue angle of 345.96º 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 #84263C is Cyan = 0, Magento = 0.71, Yellow = 0.55 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 38 | 60 | - |
| CMYK | 0 | 0.71 | 0.55 | 0.48 |
| HSL | 345.96º | 0.55% | 0.33% | - |
| HSV(B) | 345.96º | 0.71% | 0.52% | - |
| XYZ | 11.02 | 6.62 | 4.97 | - |
| YUV | 68.61 | 123.14 | 173.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 38 | 60 | 0 | 0.71 | 0.55 | 0.48 | 345.96 | 0.55 | 0.33 |
| Hex | 84 | 26 | 3C | 0 | 47 | 37 | 30 | 15A | 37 | 21 |
| Octal | 204 | 46 | 74 | 0 | 107 | 67 | 60 | 532 | 67 | 41 |
| Binary | 10000100 | 100110 | 111100 | 0 | 1000111 | 110111 | 110000 | 101011010 | 110111 | 100001 |
Color Harmonies of #84263C
Complementary color
Monochromatic Colors of #84263C
Black with #84263C
Text Example
Text Example
White with #84263C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84263C; }
p { color: rgb(132,38,60); }
H1.HeaderClassName
{
color: #84263C;
}
.AnyTagClassName
{
color: #84263C;
}
</style>
background-color css
<style>
a { background-color: #84263C; }
a { background-color: rgb(132,38,60); }
div.DivClassName
{
background-color: #84263C;
}
.BgClassName
{
background-color: #84263C;
}
</style>
border-color css
<style>
span { border-color: #84263C; }
span { border-color: rgb(132,38,60); }
td.TdClassName
{
border-color: #84263C;
}
.TagClassName
{
border-color: #84263C;
}
</style>