Shades of Shiraz #83253D
Tints of Shiraz #83253D
RGB
CMYK
RGB Variations
Color information
#83253D (or 0x83253D) is known color: Shiraz. HEX triplet: 83, 25 and 3D. RGB value is (131,37,61). Sum of RGB (Red+Green+Blue) = 131+37+61=229 (30% of max value = 765). Red value is 131 (51.56% from 255 or 57.21% from 229); Green value is 37 (14.84% from 255 or 16.16% from 229); Blue value is 61 (24.22% from 255 or 26.64% from 229); Max value from RGB is 131 - color contains mainly: red. Hex color #83253D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83253D is #7CDAC2. Grayscale: #434343. Windows color (decimal): -8182467 or 4007299. OLE color: 4007299.
HSL color Cylindrical-coordinate representation of color #83253D: hue angle of 344.68º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #83253D is Cyan = 0, Magento = 0.72, Yellow = 0.53 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 37 | 61 | - |
| CMYK | 0 | 0.72 | 0.53 | 0.49 |
| HSL | 344.68º | 0.56% | 0.33% | - |
| HSV(B) | 344.68º | 0.72% | 0.51% | - |
| XYZ | 10.86 | 6.49 | 5.09 | - |
| YUV | 67.84 | 124.14 | 173.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 37 | 61 | 0 | 0.72 | 0.53 | 0.49 | 344.68 | 0.56 | 0.33 |
| Hex | 83 | 25 | 3D | 0 | 48 | 35 | 31 | 159 | 38 | 21 |
| Octal | 203 | 45 | 75 | 0 | 110 | 65 | 61 | 531 | 70 | 41 |
| Binary | 10000011 | 100101 | 111101 | 0 | 1001000 | 110101 | 110001 | 101011001 | 111000 | 100001 |
Color Harmonies of #83253D
Complementary color
Monochromatic Colors of #83253D
Black with #83253D
Text Example
Text Example
White with #83253D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83253D; }
p { color: rgb(131,37,61); }
H1.HeaderClassName
{
color: #83253D;
}
.AnyTagClassName
{
color: #83253D;
}
</style>
background-color css
<style>
a { background-color: #83253D; }
a { background-color: rgb(131,37,61); }
div.DivClassName
{
background-color: #83253D;
}
.BgClassName
{
background-color: #83253D;
}
</style>
border-color css
<style>
span { border-color: #83253D; }
span { border-color: rgb(131,37,61); }
td.TdClassName
{
border-color: #83253D;
}
.TagClassName
{
border-color: #83253D;
}
</style>