Shades of Maroon #650805
Tints of Maroon #650805
RGB
CMYK
RGB Variations
Color information
#650805 (or 0x650805) is known color: Maroon. HEX triplet: 65, 08 and 05. RGB value is (101,8,5). Sum of RGB (Red+Green+Blue) = 101+8+5=114 (15% of max value = 765). Red value is 101 (39.84% from 255 or 88.60% from 114); Green value is 8 (3.52% from 255 or 7.02% from 114); Blue value is 5 (2.34% from 255 or 4.39% from 114); Max value from RGB is 101 - color contains mainly: red. Hex color #650805 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #650805 is #9AF7FA. Grayscale: #232323. Windows color (decimal): -10156027 or 329829. OLE color: 329829.
HSL color Cylindrical-coordinate representation of color #650805: hue angle of 1.88º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #650805 is Cyan = 0, Magento = 0.92, Yellow = 0.95 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 8 | 5 | - |
| CMYK | 0 | 0.92 | 0.95 | 0.60 |
| HSL | 1.88º | 0.91% | 0.21% | - |
| HSV(B) | 1.88º | 0.95% | 0.4% | - |
| XYZ | 5.48 | 2.95 | 0.42 | - |
| YUV | 35.47 | 110.81 | 174.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 8 | 5 | 0 | 0.92 | 0.95 | 0.60 | 1.88 | 0.91 | 0.21 |
| Hex | 65 | 8 | 5 | 0 | 5C | 5F | 3C | 2 | 5B | 15 |
| Octal | 145 | 10 | 5 | 0 | 134 | 137 | 74 | 2 | 133 | 25 |
| Binary | 1100101 | 1000 | 101 | 0 | 1011100 | 1011111 | 111100 | 10 | 1011011 | 10101 |
Color Harmonies of #650805
Complementary color
Monochromatic Colors of #650805
Black with #650805
Text Example
Text Example
White with #650805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #650805; }
p { color: rgb(101,8,5); }
H1.HeaderClassName
{
color: #650805;
}
.AnyTagClassName
{
color: #650805;
}
</style>
background-color css
<style>
a { background-color: #650805; }
a { background-color: rgb(101,8,5); }
div.DivClassName
{
background-color: #650805;
}
.BgClassName
{
background-color: #650805;
}
</style>
border-color css
<style>
span { border-color: #650805; }
span { border-color: rgb(101,8,5); }
td.TdClassName
{
border-color: #650805;
}
.TagClassName
{
border-color: #650805;
}
</style>