Shades of Maroon #650908
Tints of Maroon #650908
RGB
CMYK
RGB Variations
Color information
#650908 (or 0x650908) is known color: Maroon. HEX triplet: 65, 09 and 08. RGB value is (101,9,8). Sum of RGB (Red+Green+Blue) = 101+9+8=118 (15% of max value = 765). Red value is 101 (39.84% from 255 or 85.59% from 118); Green value is 9 (3.91% from 255 or 7.63% from 118); Blue value is 8 (3.52% from 255 or 6.78% from 118); Max value from RGB is 101 - color contains mainly: red. Hex color #650908 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #650908 is #9AF6F7. Grayscale: #242424. Windows color (decimal): -10155768 or 526693. OLE color: 526693.
HSL color Cylindrical-coordinate representation of color #650908: hue angle of 0.65º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #650908 is Cyan = 0, Magento = 0.91, Yellow = 0.92 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 9 | 8 | - |
| CMYK | 0 | 0.91 | 0.92 | 0.60 |
| HSL | 0.65º | 0.85% | 0.21% | - |
| HSV(B) | 0.65º | 0.92% | 0.4% | - |
| XYZ | 5.51 | 2.98 | 0.51 | - |
| YUV | 36.39 | 111.98 | 174.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 9 | 8 | 0 | 0.91 | 0.92 | 0.60 | 0.65 | 0.85 | 0.21 |
| Hex | 65 | 9 | 8 | 0 | 5B | 5C | 3C | 1 | 55 | 15 |
| Octal | 145 | 11 | 10 | 0 | 133 | 134 | 74 | 1 | 125 | 25 |
| Binary | 1100101 | 1001 | 1000 | 0 | 1011011 | 1011100 | 111100 | 1 | 1010101 | 10101 |
Color Harmonies of #650908
Complementary color
Monochromatic Colors of #650908
Black with #650908
Text Example
Text Example
White with #650908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #650908; }
p { color: rgb(101,9,8); }
H1.HeaderClassName
{
color: #650908;
}
.AnyTagClassName
{
color: #650908;
}
</style>
background-color css
<style>
a { background-color: #650908; }
a { background-color: rgb(101,9,8); }
div.DivClassName
{
background-color: #650908;
}
.BgClassName
{
background-color: #650908;
}
</style>
border-color css
<style>
span { border-color: #650908; }
span { border-color: rgb(101,9,8); }
td.TdClassName
{
border-color: #650908;
}
.TagClassName
{
border-color: #650908;
}
</style>