Shades of Burgundy #700425
Tints of Burgundy #700425
RGB
CMYK
RGB Variations
Color information
#700425 (or 0x700425) is known color: Burgundy. HEX triplet: 70, 04 and 25. RGB value is (112,4,37). Sum of RGB (Red+Green+Blue) = 112+4+37=153 (20% of max value = 765). Red value is 112 (44.14% from 255 or 73.20% from 153); Green value is 4 (1.95% from 255 or 2.61% from 153); Blue value is 37 (14.84% from 255 or 24.18% from 153); Max value from RGB is 112 - color contains mainly: red. Hex color #700425 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700425 is #8FFBDA. Grayscale: #282828. Windows color (decimal): -9436123 or 2425968. OLE color: 2425968.
HSL color Cylindrical-coordinate representation of color #700425: hue angle of 341.67º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #700425 is Cyan = 0, Magento = 0.96, Yellow = 0.67 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 4 | 37 | - |
| CMYK | 0 | 0.96 | 0.67 | 0.56 |
| HSL | 341.67º | 0.93% | 0.23% | - |
| HSV(B) | 341.67º | 0.96% | 0.44% | - |
| XYZ | 7.06 | 3.67 | 2.09 | - |
| YUV | 40.05 | 126.28 | 179.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 4 | 37 | 0 | 0.96 | 0.67 | 0.56 | 341.67 | 0.93 | 0.23 |
| Hex | 70 | 4 | 25 | 0 | 60 | 43 | 38 | 156 | 5D | 17 |
| Octal | 160 | 4 | 45 | 0 | 140 | 103 | 70 | 526 | 135 | 27 |
| Binary | 1110000 | 100 | 100101 | 0 | 1100000 | 1000011 | 111000 | 101010110 | 1011101 | 10111 |
Color Harmonies of #700425
Complementary color
Monochromatic Colors of #700425
Black with #700425
Text Example
Text Example
White with #700425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #700425; }
p { color: rgb(112,4,37); }
H1.HeaderClassName
{
color: #700425;
}
.AnyTagClassName
{
color: #700425;
}
</style>
background-color css
<style>
a { background-color: #700425; }
a { background-color: rgb(112,4,37); }
div.DivClassName
{
background-color: #700425;
}
.BgClassName
{
background-color: #700425;
}
</style>
border-color css
<style>
span { border-color: #700425; }
span { border-color: rgb(112,4,37); }
td.TdClassName
{
border-color: #700425;
}
.TagClassName
{
border-color: #700425;
}
</style>