Shades of Sangria #8B0006
Tints of Sangria #8B0006
RGB
CMYK
RGB Variations
Color information
#8B0006 (or 0x8B0006) is known color: Sangria. HEX triplet: 8B, 00 and 06. RGB value is (139,0,6). Sum of RGB (Red+Green+Blue) = 139+0+6=145 (19% of max value = 765). Red value is 139 (54.69% from 255 or 95.86% from 145); Green value is 0 (0.39% from 255 or 0% from 145); Blue value is 6 (2.73% from 255 or 4.14% from 145); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0006 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8B0006 is #74FFF9. Grayscale: #2A2A2A. Windows color (decimal): -7667706 or 393355. OLE color: 393355.
HSL color Cylindrical-coordinate representation of color #8B0006: hue angle of 357.41º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8B0006 is Cyan = 0, Magento = 1, Yellow = 0.96 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 0 | 6 | - |
| CMYK | 0 | 1 | 0.96 | 0.45 |
| HSL | 357.41º | 1% | 0.27% | - |
| HSV(B) | 357.41º | 1% | 0.55% | - |
| XYZ | 10.68 | 5.5 | 0.67 | - |
| YUV | 42.25 | 107.55 | 197.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 0 | 6 | 0 | 1 | 0.96 | 0.45 | 357.41 | 1 | 0.27 |
| Hex | 8B | 0 | 6 | 0 | 64 | 60 | 2D | 165 | 64 | 1B |
| Octal | 213 | 0 | 6 | 0 | 144 | 140 | 55 | 545 | 144 | 33 |
| Binary | 10001011 | 0 | 110 | 0 | 1100100 | 1100000 | 101101 | 101100101 | 1100100 | 11011 |
Color Harmonies of #8B0006
Complementary color
Monochromatic Colors of #8B0006
Black with #8B0006
Text Example
Text Example
White with #8B0006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B0006; }
p { color: rgb(139,0,6); }
H1.HeaderClassName
{
color: #8B0006;
}
.AnyTagClassName
{
color: #8B0006;
}
</style>
background-color css
<style>
a { background-color: #8B0006; }
a { background-color: rgb(139,0,6); }
div.DivClassName
{
background-color: #8B0006;
}
.BgClassName
{
background-color: #8B0006;
}
</style>
border-color css
<style>
span { border-color: #8B0006; }
span { border-color: rgb(139,0,6); }
td.TdClassName
{
border-color: #8B0006;
}
.TagClassName
{
border-color: #8B0006;
}
</style>