Shades of Sangria #900607
Tints of Sangria #900607
RGB
CMYK
RGB Variations
Color information
#900607 (or 0x900607) is known color: Sangria. HEX triplet: 90, 06 and 07. RGB value is (144,6,7). Sum of RGB (Red+Green+Blue) = 144+6+7=157 (20% of max value = 765). Red value is 144 (56.64% from 255 or 91.72% from 157); Green value is 6 (2.73% from 255 or 3.82% from 157); Blue value is 7 (3.12% from 255 or 4.46% from 157); Max value from RGB is 144 - color contains mainly: red. Hex color #900607 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #900607 is #6FF9F8. Grayscale: #2F2F2F. Windows color (decimal): -7338489 or 460432. OLE color: 460432.
HSL color Cylindrical-coordinate representation of color #900607: hue angle of 359.57º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #900607 is Cyan = 0, Magento = 0.96, Yellow = 0.95 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 6 | 7 | - |
| CMYK | 0 | 0.96 | 0.95 | 0.44 |
| HSL | 359.57º | 0.92% | 0.29% | - |
| HSV(B) | 359.57º | 0.96% | 0.56% | - |
| XYZ | 11.61 | 6.07 | 0.76 | - |
| YUV | 47.38 | 105.22 | 196.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 6 | 7 | 0 | 0.96 | 0.95 | 0.44 | 359.57 | 0.92 | 0.29 |
| Hex | 90 | 6 | 7 | 0 | 60 | 5F | 2C | 168 | 5C | 1D |
| Octal | 220 | 6 | 7 | 0 | 140 | 137 | 54 | 550 | 134 | 35 |
| Binary | 10010000 | 110 | 111 | 0 | 1100000 | 1011111 | 101100 | 101101000 | 1011100 | 11101 |
Color Harmonies of #900607
Complementary color
Monochromatic Colors of #900607
Black with #900607
Text Example
Text Example
White with #900607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900607; }
p { color: rgb(144,6,7); }
H1.HeaderClassName
{
color: #900607;
}
.AnyTagClassName
{
color: #900607;
}
</style>
background-color css
<style>
a { background-color: #900607; }
a { background-color: rgb(144,6,7); }
div.DivClassName
{
background-color: #900607;
}
.BgClassName
{
background-color: #900607;
}
</style>
border-color css
<style>
span { border-color: #900607; }
span { border-color: rgb(144,6,7); }
td.TdClassName
{
border-color: #900607;
}
.TagClassName
{
border-color: #900607;
}
</style>