Shades of Shiraz #84263F
Tints of Shiraz #84263F
RGB
CMYK
RGB Variations
Color information
#84263F (or 0x84263F) is known color: Shiraz. HEX triplet: 84, 26 and 3F. RGB value is (132,38,63). Sum of RGB (Red+Green+Blue) = 132+38+63=233 (30% of max value = 765). Red value is 132 (51.95% from 255 or 56.65% from 233); Green value is 38 (15.23% from 255 or 16.31% from 233); Blue value is 63 (25% from 255 or 27.04% from 233); Max value from RGB is 132 - color contains mainly: red. Hex color #84263F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84263F is #7BD9C0. Grayscale: #444444. Windows color (decimal): -8116673 or 4138628. OLE color: 4138628.
HSL color Cylindrical-coordinate representation of color #84263F: hue angle of 344.04º 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 #84263F is Cyan = 0, Magento = 0.71, Yellow = 0.52 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 38 | 63 | - |
| CMYK | 0 | 0.71 | 0.52 | 0.48 |
| HSL | 344.04º | 0.55% | 0.33% | - |
| HSV(B) | 344.04º | 0.71% | 0.52% | - |
| XYZ | 11.11 | 6.65 | 5.4 | - |
| YUV | 68.96 | 124.64 | 172.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 38 | 63 | 0 | 0.71 | 0.52 | 0.48 | 344.04 | 0.55 | 0.33 |
| Hex | 84 | 26 | 3F | 0 | 47 | 34 | 30 | 158 | 37 | 21 |
| Octal | 204 | 46 | 77 | 0 | 107 | 64 | 60 | 530 | 67 | 41 |
| Binary | 10000100 | 100110 | 111111 | 0 | 1000111 | 110100 | 110000 | 101011000 | 110111 | 100001 |
Color Harmonies of #84263F
Complementary color
Monochromatic Colors of #84263F
Black with #84263F
Text Example
Text Example
White with #84263F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84263F; }
p { color: rgb(132,38,63); }
H1.HeaderClassName
{
color: #84263F;
}
.AnyTagClassName
{
color: #84263F;
}
</style>
background-color css
<style>
a { background-color: #84263F; }
a { background-color: rgb(132,38,63); }
div.DivClassName
{
background-color: #84263F;
}
.BgClassName
{
background-color: #84263F;
}
</style>
border-color css
<style>
span { border-color: #84263F; }
span { border-color: rgb(132,38,63); }
td.TdClassName
{
border-color: #84263F;
}
.TagClassName
{
border-color: #84263F;
}
</style>