Shades of Sangria #8B000D
Tints of Sangria #8B000D
RGB
CMYK
RGB Variations
Color information
#8B000D (or 0x8B000D) is known color: Sangria. HEX triplet: 8B, 00 and 0D. RGB value is (139,0,13). Sum of RGB (Red+Green+Blue) = 139+0+13=152 (20% of max value = 765). Red value is 139 (54.69% from 255 or 91.45% from 152); Green value is 0 (0.39% from 255 or 0% from 152); Blue value is 13 (5.47% from 255 or 8.55% from 152); Max value from RGB is 139 - color contains mainly: red. Hex color #8B000D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8B000D is #74FFF2. Grayscale: #2B2B2B. Windows color (decimal): -7667699 or 852107. OLE color: 852107.
HSL color Cylindrical-coordinate representation of color #8B000D: hue angle of 354.39º 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 #8B000D is Cyan = 0, Magento = 1, Yellow = 0.91 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 0 | 13 | - |
| CMYK | 0 | 1 | 0.91 | 0.45 |
| HSL | 354.39º | 1% | 0.27% | - |
| HSV(B) | 354.39º | 1% | 0.55% | - |
| XYZ | 10.72 | 5.52 | 0.88 | - |
| YUV | 43.04 | 111.05 | 196.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 0 | 13 | 0 | 1 | 0.91 | 0.45 | 354.39 | 1 | 0.27 |
| Hex | 8B | 0 | D | 0 | 64 | 5B | 2D | 162 | 64 | 1B |
| Octal | 213 | 0 | 15 | 0 | 144 | 133 | 55 | 542 | 144 | 33 |
| Binary | 10001011 | 0 | 1101 | 0 | 1100100 | 1011011 | 101101 | 101100010 | 1100100 | 11011 |
Color Harmonies of #8B000D
Complementary color
Monochromatic Colors of #8B000D
Black with #8B000D
Text Example
Text Example
White with #8B000D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B000D; }
p { color: rgb(139,0,13); }
H1.HeaderClassName
{
color: #8B000D;
}
.AnyTagClassName
{
color: #8B000D;
}
</style>
background-color css
<style>
a { background-color: #8B000D; }
a { background-color: rgb(139,0,13); }
div.DivClassName
{
background-color: #8B000D;
}
.BgClassName
{
background-color: #8B000D;
}
</style>
border-color css
<style>
span { border-color: #8B000D; }
span { border-color: rgb(139,0,13); }
td.TdClassName
{
border-color: #8B000D;
}
.TagClassName
{
border-color: #8B000D;
}
</style>