Shades of Bordeaux #4B1A25
Tints of Bordeaux #4B1A25
RGB
CMYK
RGB Variations
Color information
#4B1A25 (or 0x4B1A25) is known color: Bordeaux. HEX triplet: 4B, 1A and 25. RGB value is (75,26,37). Sum of RGB (Red+Green+Blue) = 75+26+37=138 (18% of max value = 765). Red value is 75 (29.69% from 255 or 54.35% from 138); Green value is 26 (10.55% from 255 or 18.84% from 138); Blue value is 37 (14.84% from 255 or 26.81% from 138); Max value from RGB is 75 - color contains mainly: red. Hex color #4B1A25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B1A25 is #B4E5DA. Grayscale: #292929. Windows color (decimal): -11855323 or 2431563. OLE color: 2431563.
HSL color Cylindrical-coordinate representation of color #4B1A25: hue angle of 346.53º degrees, saturation: 0.49, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4B1A25 is Cyan = 0, Magento = 0.65, Yellow = 0.51 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 26 | 37 | - |
| CMYK | 0 | 0.65 | 0.51 | 0.71 |
| HSL | 346.53º | 0.49% | 0.2% | - |
| HSV(B) | 346.53º | 0.65% | 0.29% | - |
| XYZ | 3.6 | 2.37 | 2.02 | - |
| YUV | 41.91 | 125.23 | 151.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 26 | 37 | 0 | 0.65 | 0.51 | 0.71 | 346.53 | 0.49 | 0.2 |
| Hex | 4B | 1A | 25 | 0 | 41 | 33 | 47 | 15B | 31 | 14 |
| Octal | 113 | 32 | 45 | 0 | 101 | 63 | 107 | 533 | 61 | 24 |
| Binary | 1001011 | 11010 | 100101 | 0 | 1000001 | 110011 | 1000111 | 101011011 | 110001 | 10100 |
Color Harmonies of #4B1A25
Complementary color
Monochromatic Colors of #4B1A25
Black with #4B1A25
Text Example
Text Example
White with #4B1A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B1A25; }
p { color: rgb(75,26,37); }
H1.HeaderClassName
{
color: #4B1A25;
}
.AnyTagClassName
{
color: #4B1A25;
}
</style>
background-color css
<style>
a { background-color: #4B1A25; }
a { background-color: rgb(75,26,37); }
div.DivClassName
{
background-color: #4B1A25;
}
.BgClassName
{
background-color: #4B1A25;
}
</style>
border-color css
<style>
span { border-color: #4B1A25; }
span { border-color: rgb(75,26,37); }
td.TdClassName
{
border-color: #4B1A25;
}
.TagClassName
{
border-color: #4B1A25;
}
</style>