Shades of Burgundy #700325
Tints of Burgundy #700325
RGB
CMYK
RGB Variations
Color information
#700325 (or 0x700325) is known color: Burgundy. HEX triplet: 70, 03 and 25. RGB value is (112,3,37). Sum of RGB (Red+Green+Blue) = 112+3+37=152 (20% of max value = 765). Red value is 112 (44.14% from 255 or 73.68% from 152); Green value is 3 (1.56% from 255 or 1.97% from 152); Blue value is 37 (14.84% from 255 or 24.34% from 152); Max value from RGB is 112 - color contains mainly: red. Hex color #700325 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700325 is #8FFCDA. Grayscale: #272727. Windows color (decimal): -9436379 or 2425712. OLE color: 2425712.
HSL color Cylindrical-coordinate representation of color #700325: hue angle of 341.28º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #700325 is Cyan = 0, Magento = 0.97, Yellow = 0.67 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 3 | 37 | - |
| CMYK | 0 | 0.97 | 0.67 | 0.56 |
| HSL | 341.28º | 0.95% | 0.23% | - |
| HSV(B) | 341.28º | 0.97% | 0.44% | - |
| XYZ | 7.05 | 3.64 | 2.08 | - |
| YUV | 39.47 | 126.61 | 179.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 3 | 37 | 0 | 0.97 | 0.67 | 0.56 | 341.28 | 0.95 | 0.23 |
| Hex | 70 | 3 | 25 | 0 | 61 | 43 | 38 | 155 | 5F | 17 |
| Octal | 160 | 3 | 45 | 0 | 141 | 103 | 70 | 525 | 137 | 27 |
| Binary | 1110000 | 11 | 100101 | 0 | 1100001 | 1000011 | 111000 | 101010101 | 1011111 | 10111 |
Color Harmonies of #700325
Complementary color
Monochromatic Colors of #700325
Black with #700325
Text Example
Text Example
White with #700325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700325; }
p { color: rgb(112,3,37); }
H1.HeaderClassName
{
color: #700325;
}
.AnyTagClassName
{
color: #700325;
}
</style>
background-color css
<style>
a { background-color: #700325; }
a { background-color: rgb(112,3,37); }
div.DivClassName
{
background-color: #700325;
}
.BgClassName
{
background-color: #700325;
}
</style>
border-color css
<style>
span { border-color: #700325; }
span { border-color: rgb(112,3,37); }
td.TdClassName
{
border-color: #700325;
}
.TagClassName
{
border-color: #700325;
}
</style>