Shades of Burgundy #650224
Tints of Burgundy #650224
RGB
CMYK
RGB Variations
Color information
#650224 (or 0x650224) is known color: Burgundy. HEX triplet: 65, 02 and 24. RGB value is (101,2,36). Sum of RGB (Red+Green+Blue) = 101+2+36=139 (18% of max value = 765). Red value is 101 (39.84% from 255 or 72.66% from 139); Green value is 2 (1.17% from 255 or 1.44% from 139); Blue value is 36 (14.45% from 255 or 25.90% from 139); Max value from RGB is 101 - color contains mainly: red. Hex color #650224 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #650224 is #9AFDDB. Grayscale: #232323. Windows color (decimal): -10157532 or 2359909. OLE color: 2359909.
HSL color Cylindrical-coordinate representation of color #650224: hue angle of 339.39º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #650224 is Cyan = 0, Magento = 0.98, Yellow = 0.64 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 2 | 36 | - |
| CMYK | 0 | 0.98 | 0.64 | 0.60 |
| HSL | 339.39º | 0.96% | 0.2% | - |
| HSV(B) | 339.39º | 0.98% | 0.4% | - |
| XYZ | 5.71 | 2.94 | 1.94 | - |
| YUV | 35.48 | 128.3 | 174.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 2 | 36 | 0 | 0.98 | 0.64 | 0.60 | 339.39 | 0.96 | 0.2 |
| Hex | 65 | 2 | 24 | 0 | 62 | 40 | 3C | 153 | 60 | 14 |
| Octal | 145 | 2 | 44 | 0 | 142 | 100 | 74 | 523 | 140 | 24 |
| Binary | 1100101 | 10 | 100100 | 0 | 1100010 | 1000000 | 111100 | 101010011 | 1100000 | 10100 |
Color Harmonies of #650224
Complementary color
Monochromatic Colors of #650224
Black with #650224
Text Example
Text Example
White with #650224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #650224; }
p { color: rgb(101,2,36); }
H1.HeaderClassName
{
color: #650224;
}
.AnyTagClassName
{
color: #650224;
}
</style>
background-color css
<style>
a { background-color: #650224; }
a { background-color: rgb(101,2,36); }
div.DivClassName
{
background-color: #650224;
}
.BgClassName
{
background-color: #650224;
}
</style>
border-color css
<style>
span { border-color: #650224; }
span { border-color: rgb(101,2,36); }
td.TdClassName
{
border-color: #650224;
}
.TagClassName
{
border-color: #650224;
}
</style>