Shades of Sangria #8B040F
Tints of Sangria #8B040F
RGB
CMYK
RGB Variations
Color information
#8B040F (or 0x8B040F) is known color: Sangria. HEX triplet: 8B, 04 and 0F. RGB value is (139,4,15). Sum of RGB (Red+Green+Blue) = 139+4+15=158 (20% of max value = 765). Red value is 139 (54.69% from 255 or 87.97% from 158); Green value is 4 (1.95% from 255 or 2.53% from 158); Blue value is 15 (6.25% from 255 or 9.49% from 158); Max value from RGB is 139 - color contains mainly: red. Hex color #8B040F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8B040F is #74FBF0. Grayscale: #2D2D2D. Windows color (decimal): -7666673 or 984203. OLE color: 984203.
HSL color Cylindrical-coordinate representation of color #8B040F: hue angle of 355.11º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8B040F is Cyan = 0, Magento = 0.97, Yellow = 0.89 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 4 | 15 | - |
| CMYK | 0 | 0.97 | 0.89 | 0.45 |
| HSL | 355.11º | 0.94% | 0.28% | - |
| HSV(B) | 355.11º | 0.97% | 0.55% | - |
| XYZ | 10.78 | 5.61 | 0.97 | - |
| YUV | 45.62 | 110.73 | 194.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 4 | 15 | 0 | 0.97 | 0.89 | 0.45 | 355.11 | 0.94 | 0.28 |
| Hex | 8B | 4 | F | 0 | 61 | 59 | 2D | 163 | 5E | 1C |
| Octal | 213 | 4 | 17 | 0 | 141 | 131 | 55 | 543 | 136 | 34 |
| Binary | 10001011 | 100 | 1111 | 0 | 1100001 | 1011001 | 101101 | 101100011 | 1011110 | 11100 |
Color Harmonies of #8B040F
Complementary color
Monochromatic Colors of #8B040F
Black with #8B040F
Text Example
Text Example
White with #8B040F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B040F; }
p { color: rgb(139,4,15); }
H1.HeaderClassName
{
color: #8B040F;
}
.AnyTagClassName
{
color: #8B040F;
}
</style>
background-color css
<style>
a { background-color: #8B040F; }
a { background-color: rgb(139,4,15); }
div.DivClassName
{
background-color: #8B040F;
}
.BgClassName
{
background-color: #8B040F;
}
</style>
border-color css
<style>
span { border-color: #8B040F; }
span { border-color: rgb(139,4,15); }
td.TdClassName
{
border-color: #8B040F;
}
.TagClassName
{
border-color: #8B040F;
}
</style>