Shades of Sangria #900008
Tints of Sangria #900008
RGB
CMYK
RGB Variations
Color information
#900008 (or 0x900008) is known color: Sangria. HEX triplet: 90, 00 and 08. RGB value is (144,0,8). Sum of RGB (Red+Green+Blue) = 144+0+8=152 (20% of max value = 765). Red value is 144 (56.64% from 255 or 94.74% from 152); Green value is 0 (0.39% from 255 or 0% from 152); Blue value is 8 (3.52% from 255 or 5.26% from 152); Max value from RGB is 144 - color contains mainly: red. Hex color #900008 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #900008 is #6FFFF7. Grayscale: #2C2C2C. Windows color (decimal): -7340024 or 524432. OLE color: 524432.
HSL color Cylindrical-coordinate representation of color #900008: hue angle of 356.67º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #900008 is Cyan = 0, Magento = 1, Yellow = 0.94 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 0 | 8 | - |
| CMYK | 0 | 1 | 0.94 | 0.44 |
| HSL | 356.67º | 1% | 0.28% | - |
| HSV(B) | 356.67º | 1% | 0.56% | - |
| XYZ | 11.55 | 5.95 | 0.77 | - |
| YUV | 43.97 | 107.71 | 199.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 0 | 8 | 0 | 1 | 0.94 | 0.44 | 356.67 | 1 | 0.28 |
| Hex | 90 | 0 | 8 | 0 | 64 | 5E | 2C | 165 | 64 | 1C |
| Octal | 220 | 0 | 10 | 0 | 144 | 136 | 54 | 545 | 144 | 34 |
| Binary | 10010000 | 0 | 1000 | 0 | 1100100 | 1011110 | 101100 | 101100101 | 1100100 | 11100 |
Color Harmonies of #900008
Complementary color
Monochromatic Colors of #900008
Black with #900008
Text Example
Text Example
White with #900008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900008; }
p { color: rgb(144,0,8); }
H1.HeaderClassName
{
color: #900008;
}
.AnyTagClassName
{
color: #900008;
}
</style>
background-color css
<style>
a { background-color: #900008; }
a { background-color: rgb(144,0,8); }
div.DivClassName
{
background-color: #900008;
}
.BgClassName
{
background-color: #900008;
}
</style>
border-color css
<style>
span { border-color: #900008; }
span { border-color: rgb(144,0,8); }
td.TdClassName
{
border-color: #900008;
}
.TagClassName
{
border-color: #900008;
}
</style>