Shades of Bordeaux #481A25
Tints of Bordeaux #481A25
RGB
CMYK
RGB Variations
Color information
#481A25 (or 0x481A25) is known color: Bordeaux. HEX triplet: 48, 1A and 25. RGB value is (72,26,37). Sum of RGB (Red+Green+Blue) = 72+26+37=135 (17% of max value = 765). Red value is 72 (28.52% from 255 or 53.33% from 135); Green value is 26 (10.55% from 255 or 19.26% from 135); Blue value is 37 (14.84% from 255 or 27.41% from 135); Max value from RGB is 72 - color contains mainly: red. Hex color #481A25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #481A25 is #B7E5DA. Grayscale: #292929. Windows color (decimal): -12051931 or 2431560. OLE color: 2431560.
HSL color Cylindrical-coordinate representation of color #481A25: hue angle of 345.65º degrees, saturation: 0.47, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #481A25 is Cyan = 0, Magento = 0.64, Yellow = 0.49 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 26 | 37 | - |
| CMYK | 0 | 0.64 | 0.49 | 0.72 |
| HSL | 345.65º | 0.47% | 0.19% | - |
| HSV(B) | 345.65º | 0.64% | 0.28% | - |
| XYZ | 3.38 | 2.25 | 2.01 | - |
| YUV | 41.01 | 125.74 | 150.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 26 | 37 | 0 | 0.64 | 0.49 | 0.72 | 345.65 | 0.47 | 0.19 |
| Hex | 48 | 1A | 25 | 0 | 40 | 31 | 48 | 15A | 2F | 13 |
| Octal | 110 | 32 | 45 | 0 | 100 | 61 | 110 | 532 | 57 | 23 |
| Binary | 1001000 | 11010 | 100101 | 0 | 1000000 | 110001 | 1001000 | 101011010 | 101111 | 10011 |
Color Harmonies of #481A25
Complementary color
Monochromatic Colors of #481A25
Black with #481A25
Text Example
Text Example
White with #481A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481A25; }
p { color: rgb(72,26,37); }
H1.HeaderClassName
{
color: #481A25;
}
.AnyTagClassName
{
color: #481A25;
}
</style>
background-color css
<style>
a { background-color: #481A25; }
a { background-color: rgb(72,26,37); }
div.DivClassName
{
background-color: #481A25;
}
.BgClassName
{
background-color: #481A25;
}
</style>
border-color css
<style>
span { border-color: #481A25; }
span { border-color: rgb(72,26,37); }
td.TdClassName
{
border-color: #481A25;
}
.TagClassName
{
border-color: #481A25;
}
</style>