Shades of Burgundy #94062F
Tints of Burgundy #94062F
RGB
CMYK
RGB Variations
Color information
#94062F (or 0x94062F) is known color: Burgundy. HEX triplet: 94, 06 and 2F. RGB value is (148,6,47). Sum of RGB (Red+Green+Blue) = 148+6+47=201 (26% of max value = 765). Red value is 148 (58.20% from 255 or 73.63% from 201); Green value is 6 (2.73% from 255 or 2.99% from 201); Blue value is 47 (18.75% from 255 or 23.38% from 201); Max value from RGB is 148 - color contains mainly: red. Hex color #94062F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #94062F is #6BF9D0. Grayscale: #353535. Windows color (decimal): -7076305 or 3081876. OLE color: 3081876.
HSL color Cylindrical-coordinate representation of color #94062F: hue angle of 342.68º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #94062F is Cyan = 0, Magento = 0.96, Yellow = 0.68 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 6 | 47 | - |
| CMYK | 0 | 0.96 | 0.68 | 0.42 |
| HSL | 342.68º | 0.92% | 0.3% | - |
| HSV(B) | 342.68º | 0.96% | 0.58% | - |
| XYZ | 12.79 | 6.63 | 3.3 | - |
| YUV | 53.13 | 124.54 | 195.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 6 | 47 | 0 | 0.96 | 0.68 | 0.42 | 342.68 | 0.92 | 0.3 |
| Hex | 94 | 6 | 2F | 0 | 60 | 44 | 2A | 157 | 5C | 1E |
| Octal | 224 | 6 | 57 | 0 | 140 | 104 | 52 | 527 | 134 | 36 |
| Binary | 10010100 | 110 | 101111 | 0 | 1100000 | 1000100 | 101010 | 101010111 | 1011100 | 11110 |
Color Harmonies of #94062F
Complementary color
Monochromatic Colors of #94062F
Black with #94062F
Text Example
Text Example
White with #94062F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94062F; }
p { color: rgb(148,6,47); }
H1.HeaderClassName
{
color: #94062F;
}
.AnyTagClassName
{
color: #94062F;
}
</style>
background-color css
<style>
a { background-color: #94062F; }
a { background-color: rgb(148,6,47); }
div.DivClassName
{
background-color: #94062F;
}
.BgClassName
{
background-color: #94062F;
}
</style>
border-color css
<style>
span { border-color: #94062F; }
span { border-color: rgb(148,6,47); }
td.TdClassName
{
border-color: #94062F;
}
.TagClassName
{
border-color: #94062F;
}
</style>