Shades of Sangria #9B040D
Tints of Sangria #9B040D
RGB
CMYK
RGB Variations
Color information
#9B040D (or 0x9B040D) is known color: Sangria. HEX triplet: 9B, 04 and 0D. RGB value is (155,4,13). Sum of RGB (Red+Green+Blue) = 155+4+13=172 (22% of max value = 765). Red value is 155 (60.94% from 255 or 90.12% from 172); Green value is 4 (1.95% from 255 or 2.33% from 172); Blue value is 13 (5.47% from 255 or 7.56% from 172); Max value from RGB is 155 - color contains mainly: red. Hex color #9B040D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9B040D is #64FBF2. Grayscale: #323232. Windows color (decimal): -6618099 or 853147. OLE color: 853147.
HSL color Cylindrical-coordinate representation of color #9B040D: hue angle of 356.42º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9B040D is Cyan = 0, Magento = 0.97, Yellow = 0.92 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 4 | 13 | - |
| CMYK | 0 | 0.97 | 0.92 | 0.39 |
| HSL | 356.42º | 0.95% | 0.31% | - |
| HSV(B) | 356.42º | 0.97% | 0.61% | - |
| XYZ | 13.63 | 7.08 | 1.03 | - |
| YUV | 50.18 | 107.03 | 202.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 4 | 13 | 0 | 0.97 | 0.92 | 0.39 | 356.42 | 0.95 | 0.31 |
| Hex | 9B | 4 | D | 0 | 61 | 5C | 27 | 164 | 5F | 1F |
| Octal | 233 | 4 | 15 | 0 | 141 | 134 | 47 | 544 | 137 | 37 |
| Binary | 10011011 | 100 | 1101 | 0 | 1100001 | 1011100 | 100111 | 101100100 | 1011111 | 11111 |
Color Harmonies of #9B040D
Complementary color
Monochromatic Colors of #9B040D
Black with #9B040D
Text Example
Text Example
White with #9B040D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B040D; }
p { color: rgb(155,4,13); }
H1.HeaderClassName
{
color: #9B040D;
}
.AnyTagClassName
{
color: #9B040D;
}
</style>
background-color css
<style>
a { background-color: #9B040D; }
a { background-color: rgb(155,4,13); }
div.DivClassName
{
background-color: #9B040D;
}
.BgClassName
{
background-color: #9B040D;
}
</style>
border-color css
<style>
span { border-color: #9B040D; }
span { border-color: rgb(155,4,13); }
td.TdClassName
{
border-color: #9B040D;
}
.TagClassName
{
border-color: #9B040D;
}
</style>