Shades of Bordeaux #5A0925
Tints of Bordeaux #5A0925
RGB
CMYK
RGB Variations
Color information
#5A0925 (or 0x5A0925) is known color: Bordeaux. HEX triplet: 5A, 09 and 25. RGB value is (90,9,37). Sum of RGB (Red+Green+Blue) = 90+9+37=136 (18% of max value = 765). Red value is 90 (35.55% from 255 or 66.18% from 136); Green value is 9 (3.91% from 255 or 6.62% from 136); Blue value is 37 (14.84% from 255 or 27.21% from 136); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0925 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A0925 is #A5F6DA. Grayscale: #242424. Windows color (decimal): -10876635 or 2427226. OLE color: 2427226.
HSL color Cylindrical-coordinate representation of color #5A0925: hue angle of 339.26º degrees, saturation: 0.82, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5A0925 is Cyan = 0, Magento = 0.9, Yellow = 0.59 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 9 | 37 | - |
| CMYK | 0 | 0.9 | 0.59 | 0.65 |
| HSL | 339.26º | 0.82% | 0.19% | - |
| HSV(B) | 339.26º | 0.9% | 0.35% | - |
| XYZ | 4.65 | 2.5 | 1.99 | - |
| YUV | 36.41 | 128.34 | 166.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 9 | 37 | 0 | 0.9 | 0.59 | 0.65 | 339.26 | 0.82 | 0.19 |
| Hex | 5A | 9 | 25 | 0 | 5A | 3B | 41 | 153 | 52 | 13 |
| Octal | 132 | 11 | 45 | 0 | 132 | 73 | 101 | 523 | 122 | 23 |
| Binary | 1011010 | 1001 | 100101 | 0 | 1011010 | 111011 | 1000001 | 101010011 | 1010010 | 10011 |
Color Harmonies of #5A0925
Complementary color
Monochromatic Colors of #5A0925
Black with #5A0925
Text Example
Text Example
White with #5A0925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A0925; }
p { color: rgb(90,9,37); }
H1.HeaderClassName
{
color: #5A0925;
}
.AnyTagClassName
{
color: #5A0925;
}
</style>
background-color css
<style>
a { background-color: #5A0925; }
a { background-color: rgb(90,9,37); }
div.DivClassName
{
background-color: #5A0925;
}
.BgClassName
{
background-color: #5A0925;
}
</style>
border-color css
<style>
span { border-color: #5A0925; }
span { border-color: rgb(90,9,37); }
td.TdClassName
{
border-color: #5A0925;
}
.TagClassName
{
border-color: #5A0925;
}
</style>