Shades of Maroon #6B0B05
Tints of Maroon #6B0B05
RGB
CMYK
RGB Variations
Color information
#6B0B05 (or 0x6B0B05) is known color: Maroon. HEX triplet: 6B, 0B and 05. RGB value is (107,11,5). Sum of RGB (Red+Green+Blue) = 107+11+5=123 (16% of max value = 765). Red value is 107 (42.19% from 255 or 86.99% from 123); Green value is 11 (4.69% from 255 or 8.94% from 123); Blue value is 5 (2.34% from 255 or 4.07% from 123); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0B05 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6B0B05 is #94F4FA. Grayscale: #272727. Windows color (decimal): -9762043 or 330603. OLE color: 330603.
HSL color Cylindrical-coordinate representation of color #6B0B05: hue angle of 3.53º 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 #6B0B05 is Cyan = 0, Magento = 0.90, Yellow = 0.95 and Black (K on CMYK) = 0.58.
Color convert
RGB | 107 | 11 | 5 | - |
CMYK | 0 | 0.90 | 0.95 | 0.58 |
HSL | 3.53º | 0.91% | 0.22% | - |
HSV(B) | 3.53º | 0.95% | 0.42% | - |
XYZ | 6.21 | 3.38 | 0.47 | - |
YUV | 39.02 | 108.8 | 176.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 107 | 11 | 5 | 0 | 0.90 | 0.95 | 0.58 | 3.53 | 0.91 | 0.22 |
Hex | 6B | B | 5 | 0 | 5A | 5F | 3A | 4 | 5B | 16 |
Octal | 153 | 13 | 5 | 0 | 132 | 137 | 72 | 4 | 133 | 26 |
Binary | 1101011 | 1011 | 101 | 0 | 1011010 | 1011111 | 111010 | 100 | 1011011 | 10110 |
Color Harmonies of #6B0B05
Complementary color
Monochromatic Colors of #6B0B05
Black with #6B0B05
Text Example
Text Example
White with #6B0B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B0B05; }
p { color: rgb(107,11,5); }
H1.HeaderClassName
{
color: #6B0B05;
}
.AnyTagClassName
{
color: #6B0B05;
}
</style>
background-color css
<style>
a { background-color: #6B0B05; }
a { background-color: rgb(107,11,5); }
div.DivClassName
{
background-color: #6B0B05;
}
.BgClassName
{
background-color: #6B0B05;
}
</style>
border-color css
<style>
span { border-color: #6B0B05; }
span { border-color: rgb(107,11,5); }
td.TdClassName
{
border-color: #6B0B05;
}
.TagClassName
{
border-color: #6B0B05;
}
</style>