Shades of Sangria #8B030F
Tints of Sangria #8B030F
RGB
CMYK
RGB Variations
Color information
#8B030F (or 0x8B030F) is known color: Sangria. HEX triplet: 8B, 03 and 0F. RGB value is (139,3,15). Sum of RGB (Red+Green+Blue) = 139+3+15=157 (20% of max value = 765). Red value is 139 (54.69% from 255 or 88.54% from 157); Green value is 3 (1.56% from 255 or 1.91% from 157); Blue value is 15 (6.25% from 255 or 9.55% from 157); Max value from RGB is 139 - color contains mainly: red. Hex color #8B030F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8B030F is #74FCF0. Grayscale: #2D2D2D. Windows color (decimal): -7666929 or 983947. OLE color: 983947.
HSL color Cylindrical-coordinate representation of color #8B030F: hue angle of 354.71º 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 #8B030F is Cyan = 0, Magento = 0.98, Yellow = 0.89 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 3 | 15 | - |
| CMYK | 0 | 0.98 | 0.89 | 0.45 |
| HSL | 354.71º | 0.96% | 0.28% | - |
| HSV(B) | 354.71º | 0.98% | 0.55% | - |
| XYZ | 10.77 | 5.59 | 0.96 | - |
| YUV | 45.03 | 111.06 | 195.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 3 | 15 | 0 | 0.98 | 0.89 | 0.45 | 354.71 | 0.96 | 0.28 |
| Hex | 8B | 3 | F | 0 | 62 | 59 | 2D | 163 | 60 | 1C |
| Octal | 213 | 3 | 17 | 0 | 142 | 131 | 55 | 543 | 140 | 34 |
| Binary | 10001011 | 11 | 1111 | 0 | 1100010 | 1011001 | 101101 | 101100011 | 1100000 | 11100 |
Color Harmonies of #8B030F
Complementary color
Monochromatic Colors of #8B030F
Black with #8B030F
Text Example
Text Example
White with #8B030F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B030F; }
p { color: rgb(139,3,15); }
H1.HeaderClassName
{
color: #8B030F;
}
.AnyTagClassName
{
color: #8B030F;
}
</style>
background-color css
<style>
a { background-color: #8B030F; }
a { background-color: rgb(139,3,15); }
div.DivClassName
{
background-color: #8B030F;
}
.BgClassName
{
background-color: #8B030F;
}
</style>
border-color css
<style>
span { border-color: #8B030F; }
span { border-color: rgb(139,3,15); }
td.TdClassName
{
border-color: #8B030F;
}
.TagClassName
{
border-color: #8B030F;
}
</style>