Shades of Shiraz #83263C
Tints of Shiraz #83263C
RGB
CMYK
RGB Variations
Color information
#83263C (or 0x83263C) is known color: Shiraz. HEX triplet: 83, 26 and 3C. RGB value is (131,38,60). Sum of RGB (Red+Green+Blue) = 131+38+60=229 (30% of max value = 765). Red value is 131 (51.56% from 255 or 57.21% from 229); Green value is 38 (15.23% from 255 or 16.59% from 229); Blue value is 60 (23.83% from 255 or 26.20% from 229); Max value from RGB is 131 - color contains mainly: red. Hex color #83263C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83263C is #7CD9C3. Grayscale: #444444. Windows color (decimal): -8182212 or 3942019. OLE color: 3942019.
HSL color Cylindrical-coordinate representation of color #83263C: hue angle of 345.81º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #83263C is Cyan = 0, Magento = 0.71, Yellow = 0.54 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 38 | 60 | - |
| CMYK | 0 | 0.71 | 0.54 | 0.49 |
| HSL | 345.81º | 0.55% | 0.33% | - |
| HSV(B) | 345.81º | 0.71% | 0.51% | - |
| XYZ | 10.87 | 6.54 | 4.96 | - |
| YUV | 68.32 | 123.31 | 172.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 38 | 60 | 0 | 0.71 | 0.54 | 0.49 | 345.81 | 0.55 | 0.33 |
| Hex | 83 | 26 | 3C | 0 | 47 | 36 | 31 | 15A | 37 | 21 |
| Octal | 203 | 46 | 74 | 0 | 107 | 66 | 61 | 532 | 67 | 41 |
| Binary | 10000011 | 100110 | 111100 | 0 | 1000111 | 110110 | 110001 | 101011010 | 110111 | 100001 |
Color Harmonies of #83263C
Complementary color
Monochromatic Colors of #83263C
Black with #83263C
Text Example
Text Example
White with #83263C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83263C; }
p { color: rgb(131,38,60); }
H1.HeaderClassName
{
color: #83263C;
}
.AnyTagClassName
{
color: #83263C;
}
</style>
background-color css
<style>
a { background-color: #83263C; }
a { background-color: rgb(131,38,60); }
div.DivClassName
{
background-color: #83263C;
}
.BgClassName
{
background-color: #83263C;
}
</style>
border-color css
<style>
span { border-color: #83263C; }
span { border-color: rgb(131,38,60); }
td.TdClassName
{
border-color: #83263C;
}
.TagClassName
{
border-color: #83263C;
}
</style>