Shades of Sangria #900207
Tints of Sangria #900207
RGB
CMYK
RGB Variations
Color information
#900207 (or 0x900207) is known color: Sangria. HEX triplet: 90, 02 and 07. RGB value is (144,2,7). Sum of RGB (Red+Green+Blue) = 144+2+7=153 (20% of max value = 765). Red value is 144 (56.64% from 255 or 94.12% from 153); Green value is 2 (1.17% from 255 or 1.31% from 153); Blue value is 7 (3.12% from 255 or 4.58% from 153); Max value from RGB is 144 - color contains mainly: red. Hex color #900207 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #900207 is #6FFDF8. Grayscale: #2D2D2D. Windows color (decimal): -7339513 or 459408. OLE color: 459408.
HSL color Cylindrical-coordinate representation of color #900207: hue angle of 357.89º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #900207 is Cyan = 0, Magento = 0.99, Yellow = 0.95 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 2 | 7 | - |
| CMYK | 0 | 0.99 | 0.95 | 0.44 |
| HSL | 357.89º | 0.97% | 0.29% | - |
| HSV(B) | 357.89º | 0.99% | 0.56% | - |
| XYZ | 11.56 | 5.99 | 0.75 | - |
| YUV | 45.03 | 106.54 | 198.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 2 | 7 | 0 | 0.99 | 0.95 | 0.44 | 357.89 | 0.97 | 0.29 |
| Hex | 90 | 2 | 7 | 0 | 63 | 5F | 2C | 166 | 61 | 1D |
| Octal | 220 | 2 | 7 | 0 | 143 | 137 | 54 | 546 | 141 | 35 |
| Binary | 10010000 | 10 | 111 | 0 | 1100011 | 1011111 | 101100 | 101100110 | 1100001 | 11101 |
Color Harmonies of #900207
Complementary color
Monochromatic Colors of #900207
Black with #900207
Text Example
Text Example
White with #900207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900207; }
p { color: rgb(144,2,7); }
H1.HeaderClassName
{
color: #900207;
}
.AnyTagClassName
{
color: #900207;
}
</style>
background-color css
<style>
a { background-color: #900207; }
a { background-color: rgb(144,2,7); }
div.DivClassName
{
background-color: #900207;
}
.BgClassName
{
background-color: #900207;
}
</style>
border-color css
<style>
span { border-color: #900207; }
span { border-color: rgb(144,2,7); }
td.TdClassName
{
border-color: #900207;
}
.TagClassName
{
border-color: #900207;
}
</style>