Shades of Maroon #650404
Tints of Maroon #650404
RGB
CMYK
RGB Variations
Color information
#650404 (or 0x650404) is known color: Maroon. HEX triplet: 65, 04 and 04. RGB value is (101,4,4). Sum of RGB (Red+Green+Blue) = 101+4+4=109 (14% of max value = 765). Red value is 101 (39.84% from 255 or 92.66% from 109); Green value is 4 (1.95% from 255 or 3.67% from 109); Blue value is 4 (1.95% from 255 or 3.67% from 109); Max value from RGB is 101 - color contains mainly: red. Hex color #650404 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #650404 is #9AFBFB. Grayscale: #212121. Windows color (decimal): -10157052 or 263269. OLE color: 263269.
HSL color Cylindrical-coordinate representation of color #650404: hue angle of 0º 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 #650404 is Cyan = 0, Magento = 0.96, Yellow = 0.96 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 4 | 4 | - |
| CMYK | 0 | 0.96 | 0.96 | 0.60 |
| HSL | 0º | 0.92% | 0.21% | - |
| HSV(B) | 0º | 0.96% | 0.4% | - |
| XYZ | 5.43 | 2.86 | 0.38 | - |
| YUV | 33 | 111.64 | 176.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 4 | 4 | 0 | 0.96 | 0.96 | 0.60 | 0 | 0.92 | 0.21 |
| Hex | 65 | 4 | 4 | 0 | 60 | 60 | 3C | 0 | 5C | 15 |
| Octal | 145 | 4 | 4 | 0 | 140 | 140 | 74 | 0 | 134 | 25 |
| Binary | 1100101 | 100 | 100 | 0 | 1100000 | 1100000 | 111100 | 0 | 1011100 | 10101 |
Color Harmonies of #650404
Complementary color
Monochromatic Colors of #650404
Black with #650404
Text Example
Text Example
White with #650404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #650404; }
p { color: rgb(101,4,4); }
H1.HeaderClassName
{
color: #650404;
}
.AnyTagClassName
{
color: #650404;
}
</style>
background-color css
<style>
a { background-color: #650404; }
a { background-color: rgb(101,4,4); }
div.DivClassName
{
background-color: #650404;
}
.BgClassName
{
background-color: #650404;
}
</style>
border-color css
<style>
span { border-color: #650404; }
span { border-color: rgb(101,4,4); }
td.TdClassName
{
border-color: #650404;
}
.TagClassName
{
border-color: #650404;
}
</style>