Shades of Shiraz #82253B
Tints of Shiraz #82253B
RGB
CMYK
RGB Variations
Color information
#82253B (or 0x82253B) is known color: Shiraz. HEX triplet: 82, 25 and 3B. RGB value is (130,37,59). Sum of RGB (Red+Green+Blue) = 130+37+59=226 (29% of max value = 765). Red value is 130 (51.17% from 255 or 57.52% from 226); Green value is 37 (14.84% from 255 or 16.37% from 226); Blue value is 59 (23.44% from 255 or 26.11% from 226); Max value from RGB is 130 - color contains mainly: red. Hex color #82253B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82253B is #7DDAC4. Grayscale: #434343. Windows color (decimal): -8248005 or 3876226. OLE color: 3876226.
HSL color Cylindrical-coordinate representation of color #82253B: hue angle of 345.81º 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 #82253B is Cyan = 0, Magento = 0.72, Yellow = 0.55 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 37 | 59 | - |
| CMYK | 0 | 0.72 | 0.55 | 0.49 |
| HSL | 345.81º | 0.56% | 0.33% | - |
| HSV(B) | 345.81º | 0.72% | 0.51% | - |
| XYZ | 10.66 | 6.38 | 4.81 | - |
| YUV | 67.32 | 123.31 | 172.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 37 | 59 | 0 | 0.72 | 0.55 | 0.49 | 345.81 | 0.56 | 0.33 |
| Hex | 82 | 25 | 3B | 0 | 48 | 37 | 31 | 15A | 38 | 21 |
| Octal | 202 | 45 | 73 | 0 | 110 | 67 | 61 | 532 | 70 | 41 |
| Binary | 10000010 | 100101 | 111011 | 0 | 1001000 | 110111 | 110001 | 101011010 | 111000 | 100001 |
Color Harmonies of #82253B
Complementary color
Monochromatic Colors of #82253B
Black with #82253B
Text Example
Text Example
White with #82253B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82253B; }
p { color: rgb(130,37,59); }
H1.HeaderClassName
{
color: #82253B;
}
.AnyTagClassName
{
color: #82253B;
}
</style>
background-color css
<style>
a { background-color: #82253B; }
a { background-color: rgb(130,37,59); }
div.DivClassName
{
background-color: #82253B;
}
.BgClassName
{
background-color: #82253B;
}
</style>
border-color css
<style>
span { border-color: #82253B; }
span { border-color: rgb(130,37,59); }
td.TdClassName
{
border-color: #82253B;
}
.TagClassName
{
border-color: #82253B;
}
</style>