Shades of Burgundy #65031C
Tints of Burgundy #65031C
RGB
CMYK
RGB Variations
Color information
#65031C (or 0x65031C) is known color: Burgundy. HEX triplet: 65, 03 and 1C. RGB value is (101,3,28). Sum of RGB (Red+Green+Blue) = 101+3+28=132 (17% of max value = 765). Red value is 101 (39.84% from 255 or 76.52% from 132); Green value is 3 (1.56% from 255 or 2.27% from 132); Blue value is 28 (11.33% from 255 or 21.21% from 132); Max value from RGB is 101 - color contains mainly: red. Hex color #65031C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #65031C is #9AFCE3. Grayscale: #232323. Windows color (decimal): -10157284 or 1835877. OLE color: 1835877.
HSL color Cylindrical-coordinate representation of color #65031C: hue angle of 344.69º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #65031C is Cyan = 0, Magento = 0.97, Yellow = 0.72 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 3 | 28 | - |
| CMYK | 0 | 0.97 | 0.72 | 0.60 |
| HSL | 344.69º | 0.94% | 0.2% | - |
| HSV(B) | 344.69º | 0.97% | 0.4% | - |
| XYZ | 5.61 | 2.92 | 1.37 | - |
| YUV | 35.15 | 123.97 | 174.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 3 | 28 | 0 | 0.97 | 0.72 | 0.60 | 344.69 | 0.94 | 0.2 |
| Hex | 65 | 3 | 1C | 0 | 61 | 48 | 3C | 159 | 5E | 14 |
| Octal | 145 | 3 | 34 | 0 | 141 | 110 | 74 | 531 | 136 | 24 |
| Binary | 1100101 | 11 | 11100 | 0 | 1100001 | 1001000 | 111100 | 101011001 | 1011110 | 10100 |
Color Harmonies of #65031C
Complementary color
Monochromatic Colors of #65031C
Black with #65031C
Text Example
Text Example
White with #65031C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65031C; }
p { color: rgb(101,3,28); }
H1.HeaderClassName
{
color: #65031C;
}
.AnyTagClassName
{
color: #65031C;
}
</style>
background-color css
<style>
a { background-color: #65031C; }
a { background-color: rgb(101,3,28); }
div.DivClassName
{
background-color: #65031C;
}
.BgClassName
{
background-color: #65031C;
}
</style>
border-color css
<style>
span { border-color: #65031C; }
span { border-color: rgb(101,3,28); }
td.TdClassName
{
border-color: #65031C;
}
.TagClassName
{
border-color: #65031C;
}
</style>