Shades of Sangria #900710
Tints of Sangria #900710
RGB
CMYK
RGB Variations
Color information
#900710 (or 0x900710) is known color: Sangria. HEX triplet: 90, 07 and 10. RGB value is (144,7,16). Sum of RGB (Red+Green+Blue) = 144+7+16=167 (22% of max value = 765). Red value is 144 (56.64% from 255 or 86.23% from 167); Green value is 7 (3.12% from 255 or 4.19% from 167); Blue value is 16 (6.64% from 255 or 9.58% from 167); Max value from RGB is 144 - color contains mainly: red. Hex color #900710 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #900710 is #6FF8EF. Grayscale: #313131. Windows color (decimal): -7338224 or 1050512. OLE color: 1050512.
HSL color Cylindrical-coordinate representation of color #900710: hue angle of 356.06º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #900710 is Cyan = 0, Magento = 0.95, Yellow = 0.89 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 7 | 16 | - |
| CMYK | 0 | 0.95 | 0.89 | 0.44 |
| HSL | 356.06º | 0.91% | 0.3% | - |
| HSV(B) | 356.06º | 0.95% | 0.56% | - |
| XYZ | 11.67 | 6.12 | 1.06 | - |
| YUV | 48.99 | 109.39 | 195.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 7 | 16 | 0 | 0.95 | 0.89 | 0.44 | 356.06 | 0.91 | 0.3 |
| Hex | 90 | 7 | 10 | 0 | 5F | 59 | 2C | 164 | 5B | 1E |
| Octal | 220 | 7 | 20 | 0 | 137 | 131 | 54 | 544 | 133 | 36 |
| Binary | 10010000 | 111 | 10000 | 0 | 1011111 | 1011001 | 101100 | 101100100 | 1011011 | 11110 |
Color Harmonies of #900710
Complementary color
Monochromatic Colors of #900710
Black with #900710
Text Example
Text Example
White with #900710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900710; }
p { color: rgb(144,7,16); }
H1.HeaderClassName
{
color: #900710;
}
.AnyTagClassName
{
color: #900710;
}
</style>
background-color css
<style>
a { background-color: #900710; }
a { background-color: rgb(144,7,16); }
div.DivClassName
{
background-color: #900710;
}
.BgClassName
{
background-color: #900710;
}
</style>
border-color css
<style>
span { border-color: #900710; }
span { border-color: rgb(144,7,16); }
td.TdClassName
{
border-color: #900710;
}
.TagClassName
{
border-color: #900710;
}
</style>