Shades of Sangria #84030F
Tints of Sangria #84030F
RGB
CMYK
RGB Variations
Color information
#84030F (or 0x84030F) is known color: Sangria. HEX triplet: 84, 03 and 0F. RGB value is (132,3,15). Sum of RGB (Red+Green+Blue) = 132+3+15=150 (19% of max value = 765). Red value is 132 (51.95% from 255 or 88% from 150); Green value is 3 (1.56% from 255 or 2% from 150); Blue value is 15 (6.25% from 255 or 10% from 150); Max value from RGB is 132 - color contains mainly: red. Hex color #84030F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #84030F is #7BFCF0. Grayscale: #2B2B2B. Windows color (decimal): -8125681 or 983940. OLE color: 983940.
HSL color Cylindrical-coordinate representation of color #84030F: hue angle of 354.42º degrees, saturation: 0.96, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #84030F is Cyan = 0, Magento = 0.98, Yellow = 0.89 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 3 | 15 | - |
| CMYK | 0 | 0.98 | 0.89 | 0.48 |
| HSL | 354.42º | 0.96% | 0.26% | - |
| HSV(B) | 354.42º | 0.98% | 0.52% | - |
| XYZ | 9.63 | 5.01 | 0.91 | - |
| YUV | 42.94 | 112.24 | 191.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 3 | 15 | 0 | 0.98 | 0.89 | 0.48 | 354.42 | 0.96 | 0.26 |
| Hex | 84 | 3 | F | 0 | 62 | 59 | 30 | 162 | 60 | 1A |
| Octal | 204 | 3 | 17 | 0 | 142 | 131 | 60 | 542 | 140 | 32 |
| Binary | 10000100 | 11 | 1111 | 0 | 1100010 | 1011001 | 110000 | 101100010 | 1100000 | 11010 |
Color Harmonies of #84030F
Complementary color
Monochromatic Colors of #84030F
Black with #84030F
Text Example
Text Example
White with #84030F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84030F; }
p { color: rgb(132,3,15); }
H1.HeaderClassName
{
color: #84030F;
}
.AnyTagClassName
{
color: #84030F;
}
</style>
background-color css
<style>
a { background-color: #84030F; }
a { background-color: rgb(132,3,15); }
div.DivClassName
{
background-color: #84030F;
}
.BgClassName
{
background-color: #84030F;
}
</style>
border-color css
<style>
span { border-color: #84030F; }
span { border-color: rgb(132,3,15); }
td.TdClassName
{
border-color: #84030F;
}
.TagClassName
{
border-color: #84030F;
}
</style>