Shades of Bordeaux #480A1A
Tints of Bordeaux #480A1A
RGB
CMYK
RGB Variations
Color information
#480A1A (or 0x480A1A) is known color: Bordeaux. HEX triplet: 48, 0A and 1A. RGB value is (72,10,26). Sum of RGB (Red+Green+Blue) = 72+10+26=108 (14% of max value = 765). Red value is 72 (28.52% from 255 or 66.67% from 108); Green value is 10 (4.30% from 255 or 9.26% from 108); Blue value is 26 (10.55% from 255 or 24.07% from 108); Max value from RGB is 72 - color contains mainly: red. Hex color #480A1A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480A1A is #B7F5E5. Grayscale: #1E1E1E. Windows color (decimal): -12056038 or 1706568. OLE color: 1706568.
HSL color Cylindrical-coordinate representation of color #480A1A: hue angle of 344.52º degrees, saturation: 0.76, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #480A1A is Cyan = 0, Magento = 0.86, Yellow = 0.64 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 10 | 26 | - |
| CMYK | 0 | 0.86 | 0.64 | 0.72 |
| HSL | 344.52º | 0.76% | 0.16% | - |
| HSV(B) | 344.52º | 0.86% | 0.28% | - |
| XYZ | 2.97 | 1.67 | 1.14 | - |
| YUV | 30.36 | 125.54 | 157.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 10 | 26 | 0 | 0.86 | 0.64 | 0.72 | 344.52 | 0.76 | 0.16 |
| Hex | 48 | A | 1A | 0 | 56 | 40 | 48 | 159 | 4C | 10 |
| Octal | 110 | 12 | 32 | 0 | 126 | 100 | 110 | 531 | 114 | 20 |
| Binary | 1001000 | 1010 | 11010 | 0 | 1010110 | 1000000 | 1001000 | 101011001 | 1001100 | 10000 |
Color Harmonies of #480A1A
Complementary color
Monochromatic Colors of #480A1A
Black with #480A1A
Text Example
Text Example
White with #480A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #480A1A; }
p { color: rgb(72,10,26); }
H1.HeaderClassName
{
color: #480A1A;
}
.AnyTagClassName
{
color: #480A1A;
}
</style>
background-color css
<style>
a { background-color: #480A1A; }
a { background-color: rgb(72,10,26); }
div.DivClassName
{
background-color: #480A1A;
}
.BgClassName
{
background-color: #480A1A;
}
</style>
border-color css
<style>
span { border-color: #480A1A; }
span { border-color: rgb(72,10,26); }
td.TdClassName
{
border-color: #480A1A;
}
.TagClassName
{
border-color: #480A1A;
}
</style>