Shades of Burgundy #650422
Tints of Burgundy #650422
RGB
CMYK
RGB Variations
Color information
#650422 (or 0x650422) is known color: Burgundy. HEX triplet: 65, 04 and 22. RGB value is (101,4,34). Sum of RGB (Red+Green+Blue) = 101+4+34=139 (18% of max value = 765). Red value is 101 (39.84% from 255 or 72.66% from 139); Green value is 4 (1.95% from 255 or 2.88% from 139); Blue value is 34 (13.67% from 255 or 24.46% from 139); Max value from RGB is 101 - color contains mainly: red. Hex color #650422 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #650422 is #9AFBDD. Grayscale: #242424. Windows color (decimal): -10157022 or 2229349. OLE color: 2229349.
HSL color Cylindrical-coordinate representation of color #650422: hue angle of 341.44º degrees, saturation: 0.92, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #650422 is Cyan = 0, Magento = 0.96, Yellow = 0.66 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 4 | 34 | - |
| CMYK | 0 | 0.96 | 0.66 | 0.60 |
| HSL | 341.44º | 0.92% | 0.21% | - |
| HSV(B) | 341.44º | 0.96% | 0.4% | - |
| XYZ | 5.7 | 2.97 | 1.79 | - |
| YUV | 36.42 | 126.64 | 174.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 4 | 34 | 0 | 0.96 | 0.66 | 0.60 | 341.44 | 0.92 | 0.21 |
| Hex | 65 | 4 | 22 | 0 | 60 | 42 | 3C | 155 | 5C | 15 |
| Octal | 145 | 4 | 42 | 0 | 140 | 102 | 74 | 525 | 134 | 25 |
| Binary | 1100101 | 100 | 100010 | 0 | 1100000 | 1000010 | 111100 | 101010101 | 1011100 | 10101 |
Color Harmonies of #650422
Complementary color
Monochromatic Colors of #650422
Black with #650422
Text Example
Text Example
White with #650422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #650422; }
p { color: rgb(101,4,34); }
H1.HeaderClassName
{
color: #650422;
}
.AnyTagClassName
{
color: #650422;
}
</style>
background-color css
<style>
a { background-color: #650422; }
a { background-color: rgb(101,4,34); }
div.DivClassName
{
background-color: #650422;
}
.BgClassName
{
background-color: #650422;
}
</style>
border-color css
<style>
span { border-color: #650422; }
span { border-color: rgb(101,4,34); }
td.TdClassName
{
border-color: #650422;
}
.TagClassName
{
border-color: #650422;
}
</style>