Shades of Shiraz #83283B
Tints of Shiraz #83283B
RGB
CMYK
RGB Variations
Color information
#83283B (or 0x83283B) is known color: Shiraz. HEX triplet: 83, 28 and 3B. RGB value is (131,40,59). Sum of RGB (Red+Green+Blue) = 131+40+59=230 (30% of max value = 765). Red value is 131 (51.56% from 255 or 56.96% from 230); Green value is 40 (16.02% from 255 or 17.39% from 230); Blue value is 59 (23.44% from 255 or 25.65% from 230); Max value from RGB is 131 - color contains mainly: red. Hex color #83283B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83283B is #7CD7C4. Grayscale: #454545. Windows color (decimal): -8181701 or 3876995. OLE color: 3876995.
HSL color Cylindrical-coordinate representation of color #83283B: hue angle of 347.47º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #83283B is Cyan = 0, Magento = 0.69, Yellow = 0.55 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 40 | 59 | - |
| CMYK | 0 | 0.69 | 0.55 | 0.49 |
| HSL | 347.47º | 0.53% | 0.34% | - |
| HSV(B) | 347.47º | 0.69% | 0.51% | - |
| XYZ | 10.91 | 6.66 | 4.85 | - |
| YUV | 69.38 | 122.15 | 171.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 40 | 59 | 0 | 0.69 | 0.55 | 0.49 | 347.47 | 0.53 | 0.34 |
| Hex | 83 | 28 | 3B | 0 | 45 | 37 | 31 | 15B | 35 | 22 |
| Octal | 203 | 50 | 73 | 0 | 105 | 67 | 61 | 533 | 65 | 42 |
| Binary | 10000011 | 101000 | 111011 | 0 | 1000101 | 110111 | 110001 | 101011011 | 110101 | 100010 |
Color Harmonies of #83283B
Complementary color
Monochromatic Colors of #83283B
Black with #83283B
Text Example
Text Example
White with #83283B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83283B; }
p { color: rgb(131,40,59); }
H1.HeaderClassName
{
color: #83283B;
}
.AnyTagClassName
{
color: #83283B;
}
</style>
background-color css
<style>
a { background-color: #83283B; }
a { background-color: rgb(131,40,59); }
div.DivClassName
{
background-color: #83283B;
}
.BgClassName
{
background-color: #83283B;
}
</style>
border-color css
<style>
span { border-color: #83283B; }
span { border-color: rgb(131,40,59); }
td.TdClassName
{
border-color: #83283B;
}
.TagClassName
{
border-color: #83283B;
}
</style>