Shades of Shiraz #83252F
Tints of Shiraz #83252F
RGB
CMYK
RGB Variations
Color information
#83252F (or 0x83252F) is known color: Shiraz. HEX triplet: 83, 25 and 2F. RGB value is (131,37,47). Sum of RGB (Red+Green+Blue) = 131+37+47=215 (28% of max value = 765). Red value is 131 (51.56% from 255 or 60.93% from 215); Green value is 37 (14.84% from 255 or 17.21% from 215); Blue value is 47 (18.75% from 255 or 21.86% from 215); Max value from RGB is 131 - color contains mainly: red. Hex color #83252F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83252F is #7CDAD0. Grayscale: #424242. Windows color (decimal): -8182481 or 3089795. OLE color: 3089795.
HSL color Cylindrical-coordinate representation of color #83252F: hue angle of 353.62º 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 #83252F is Cyan = 0, Magento = 0.72, Yellow = 0.64 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 37 | 47 | - |
| CMYK | 0 | 0.72 | 0.64 | 0.49 |
| HSL | 353.62º | 0.56% | 0.33% | - |
| HSV(B) | 353.62º | 0.72% | 0.51% | - |
| XYZ | 10.53 | 6.35 | 3.36 | - |
| YUV | 66.25 | 117.14 | 174.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 37 | 47 | 0 | 0.72 | 0.64 | 0.49 | 353.62 | 0.56 | 0.33 |
| Hex | 83 | 25 | 2F | 0 | 48 | 40 | 31 | 162 | 38 | 21 |
| Octal | 203 | 45 | 57 | 0 | 110 | 100 | 61 | 542 | 70 | 41 |
| Binary | 10000011 | 100101 | 101111 | 0 | 1001000 | 1000000 | 110001 | 101100010 | 111000 | 100001 |
Color Harmonies of #83252F
Complementary color
Monochromatic Colors of #83252F
Black with #83252F
Text Example
Text Example
White with #83252F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83252F; }
p { color: rgb(131,37,47); }
H1.HeaderClassName
{
color: #83252F;
}
.AnyTagClassName
{
color: #83252F;
}
</style>
background-color css
<style>
a { background-color: #83252F; }
a { background-color: rgb(131,37,47); }
div.DivClassName
{
background-color: #83252F;
}
.BgClassName
{
background-color: #83252F;
}
</style>
border-color css
<style>
span { border-color: #83252F; }
span { border-color: rgb(131,37,47); }
td.TdClassName
{
border-color: #83252F;
}
.TagClassName
{
border-color: #83252F;
}
</style>