Shades of Shiraz #83243D
Tints of Shiraz #83243D
RGB
CMYK
RGB Variations
Color information
#83243D (or 0x83243D) is known color: Shiraz. HEX triplet: 83, 24 and 3D. RGB value is (131,36,61). Sum of RGB (Red+Green+Blue) = 131+36+61=228 (30% of max value = 765). Red value is 131 (51.56% from 255 or 57.46% from 228); Green value is 36 (14.45% from 255 or 15.79% from 228); Blue value is 61 (24.22% from 255 or 26.75% from 228); Max value from RGB is 131 - color contains mainly: red. Hex color #83243D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83243D is #7CDBC2. Grayscale: #434343. Windows color (decimal): -8182723 or 4007043. OLE color: 4007043.
HSL color Cylindrical-coordinate representation of color #83243D: hue angle of 344.21º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #83243D is Cyan = 0, Magento = 0.73, Yellow = 0.53 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 36 | 61 | - |
| CMYK | 0 | 0.73 | 0.53 | 0.49 |
| HSL | 344.21º | 0.57% | 0.33% | - |
| HSV(B) | 344.21º | 0.73% | 0.51% | - |
| XYZ | 10.83 | 6.42 | 5.08 | - |
| YUV | 67.26 | 124.47 | 173.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 36 | 61 | 0 | 0.73 | 0.53 | 0.49 | 344.21 | 0.57 | 0.33 |
| Hex | 83 | 24 | 3D | 0 | 49 | 35 | 31 | 158 | 39 | 21 |
| Octal | 203 | 44 | 75 | 0 | 111 | 65 | 61 | 530 | 71 | 41 |
| Binary | 10000011 | 100100 | 111101 | 0 | 1001001 | 110101 | 110001 | 101011000 | 111001 | 100001 |
Color Harmonies of #83243D
Complementary color
Monochromatic Colors of #83243D
Black with #83243D
Text Example
Text Example
White with #83243D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83243D; }
p { color: rgb(131,36,61); }
H1.HeaderClassName
{
color: #83243D;
}
.AnyTagClassName
{
color: #83243D;
}
</style>
background-color css
<style>
a { background-color: #83243D; }
a { background-color: rgb(131,36,61); }
div.DivClassName
{
background-color: #83243D;
}
.BgClassName
{
background-color: #83243D;
}
</style>
border-color css
<style>
span { border-color: #83243D; }
span { border-color: rgb(131,36,61); }
td.TdClassName
{
border-color: #83243D;
}
.TagClassName
{
border-color: #83243D;
}
</style>