Shades of Sangria #8B030C
Tints of Sangria #8B030C
RGB
CMYK
RGB Variations
Color information
#8B030C (or 0x8B030C) is known color: Sangria. HEX triplet: 8B, 03 and 0C. RGB value is (139,3,12). Sum of RGB (Red+Green+Blue) = 139+3+12=154 (20% of max value = 765). Red value is 139 (54.69% from 255 or 90.26% from 154); Green value is 3 (1.56% from 255 or 1.95% from 154); Blue value is 12 (5.08% from 255 or 7.79% from 154); Max value from RGB is 139 - color contains mainly: red. Hex color #8B030C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8B030C is #74FCF3. Grayscale: #2C2C2C. Windows color (decimal): -7666932 or 787339. OLE color: 787339.
HSL color Cylindrical-coordinate representation of color #8B030C: hue angle of 356.03º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8B030C is Cyan = 0, Magento = 0.98, Yellow = 0.91 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 3 | 12 | - |
| CMYK | 0 | 0.98 | 0.91 | 0.45 |
| HSL | 356.03º | 0.96% | 0.28% | - |
| HSV(B) | 356.03º | 0.98% | 0.55% | - |
| XYZ | 10.75 | 5.58 | 0.86 | - |
| YUV | 44.69 | 109.56 | 195.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 3 | 12 | 0 | 0.98 | 0.91 | 0.45 | 356.03 | 0.96 | 0.28 |
| Hex | 8B | 3 | C | 0 | 62 | 5B | 2D | 164 | 60 | 1C |
| Octal | 213 | 3 | 14 | 0 | 142 | 133 | 55 | 544 | 140 | 34 |
| Binary | 10001011 | 11 | 1100 | 0 | 1100010 | 1011011 | 101101 | 101100100 | 1100000 | 11100 |
Color Harmonies of #8B030C
Complementary color
Monochromatic Colors of #8B030C
Black with #8B030C
Text Example
Text Example
White with #8B030C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B030C; }
p { color: rgb(139,3,12); }
H1.HeaderClassName
{
color: #8B030C;
}
.AnyTagClassName
{
color: #8B030C;
}
</style>
background-color css
<style>
a { background-color: #8B030C; }
a { background-color: rgb(139,3,12); }
div.DivClassName
{
background-color: #8B030C;
}
.BgClassName
{
background-color: #8B030C;
}
</style>
border-color css
<style>
span { border-color: #8B030C; }
span { border-color: rgb(139,3,12); }
td.TdClassName
{
border-color: #8B030C;
}
.TagClassName
{
border-color: #8B030C;
}
</style>