Shades of Maroon #6B0905
Tints of Maroon #6B0905
RGB
CMYK
RGB Variations
Color information
#6B0905 (or 0x6B0905) is known color: Maroon. HEX triplet: 6B, 09 and 05. RGB value is (107,9,5). Sum of RGB (Red+Green+Blue) = 107+9+5=121 (16% of max value = 765). Red value is 107 (42.19% from 255 or 88.43% from 121); Green value is 9 (3.91% from 255 or 7.44% from 121); Blue value is 5 (2.34% from 255 or 4.13% from 121); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0905 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6B0905 is #94F6FA. Grayscale: #252525. Windows color (decimal): -9762555 or 330091. OLE color: 330091.
HSL color Cylindrical-coordinate representation of color #6B0905: hue angle of 2.35º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6B0905 is Cyan = 0, Magento = 0.92, Yellow = 0.95 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 9 | 5 | - |
| CMYK | 0 | 0.92 | 0.95 | 0.58 |
| HSL | 2.35º | 0.91% | 0.22% | - |
| HSV(B) | 2.35º | 0.95% | 0.42% | - |
| XYZ | 6.19 | 3.33 | 0.46 | - |
| YUV | 37.85 | 109.47 | 177.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 9 | 5 | 0 | 0.92 | 0.95 | 0.58 | 2.35 | 0.91 | 0.22 |
| Hex | 6B | 9 | 5 | 0 | 5C | 5F | 3A | 2 | 5B | 16 |
| Octal | 153 | 11 | 5 | 0 | 134 | 137 | 72 | 2 | 133 | 26 |
| Binary | 1101011 | 1001 | 101 | 0 | 1011100 | 1011111 | 111010 | 10 | 1011011 | 10110 |
Color Harmonies of #6B0905
Complementary color
Monochromatic Colors of #6B0905
Black with #6B0905
Text Example
Text Example
White with #6B0905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B0905; }
p { color: rgb(107,9,5); }
H1.HeaderClassName
{
color: #6B0905;
}
.AnyTagClassName
{
color: #6B0905;
}
</style>
background-color css
<style>
a { background-color: #6B0905; }
a { background-color: rgb(107,9,5); }
div.DivClassName
{
background-color: #6B0905;
}
.BgClassName
{
background-color: #6B0905;
}
</style>
border-color css
<style>
span { border-color: #6B0905; }
span { border-color: rgb(107,9,5); }
td.TdClassName
{
border-color: #6B0905;
}
.TagClassName
{
border-color: #6B0905;
}
</style>