Shades of Sangria #8B040C
Tints of Sangria #8B040C
RGB
CMYK
RGB Variations
Color information
#8B040C (or 0x8B040C) is known color: Sangria. HEX triplet: 8B, 04 and 0C. RGB value is (139,4,12). Sum of RGB (Red+Green+Blue) = 139+4+12=155 (20% of max value = 765). Red value is 139 (54.69% from 255 or 89.68% from 155); Green value is 4 (1.95% from 255 or 2.58% from 155); Blue value is 12 (5.08% from 255 or 7.74% from 155); Max value from RGB is 139 - color contains mainly: red. Hex color #8B040C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8B040C is #74FBF3. Grayscale: #2D2D2D. Windows color (decimal): -7666676 or 787595. OLE color: 787595.
HSL color Cylindrical-coordinate representation of color #8B040C: hue angle of 356.44º 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 #8B040C is Cyan = 0, Magento = 0.97, Yellow = 0.91 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 4 | 12 | - |
| CMYK | 0 | 0.97 | 0.91 | 0.45 |
| HSL | 356.44º | 0.94% | 0.28% | - |
| HSV(B) | 356.44º | 0.97% | 0.55% | - |
| XYZ | 10.76 | 5.6 | 0.86 | - |
| YUV | 45.28 | 109.23 | 194.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 4 | 12 | 0 | 0.97 | 0.91 | 0.45 | 356.44 | 0.94 | 0.28 |
| Hex | 8B | 4 | C | 0 | 61 | 5B | 2D | 164 | 5E | 1C |
| Octal | 213 | 4 | 14 | 0 | 141 | 133 | 55 | 544 | 136 | 34 |
| Binary | 10001011 | 100 | 1100 | 0 | 1100001 | 1011011 | 101101 | 101100100 | 1011110 | 11100 |
Color Harmonies of #8B040C
Complementary color
Monochromatic Colors of #8B040C
Black with #8B040C
Text Example
Text Example
White with #8B040C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B040C; }
p { color: rgb(139,4,12); }
H1.HeaderClassName
{
color: #8B040C;
}
.AnyTagClassName
{
color: #8B040C;
}
</style>
background-color css
<style>
a { background-color: #8B040C; }
a { background-color: rgb(139,4,12); }
div.DivClassName
{
background-color: #8B040C;
}
.BgClassName
{
background-color: #8B040C;
}
</style>
border-color css
<style>
span { border-color: #8B040C; }
span { border-color: rgb(139,4,12); }
td.TdClassName
{
border-color: #8B040C;
}
.TagClassName
{
border-color: #8B040C;
}
</style>