Shades of Bordeaux #531B23
Tints of Bordeaux #531B23
RGB
CMYK
RGB Variations
Color information
#531B23 (or 0x531B23) is known color: Bordeaux. HEX triplet: 53, 1B and 23. RGB value is (83,27,35). Sum of RGB (Red+Green+Blue) = 83+27+35=145 (19% of max value = 765). Red value is 83 (32.81% from 255 or 57.24% from 145); Green value is 27 (10.94% from 255 or 18.62% from 145); Blue value is 35 (14.06% from 255 or 24.14% from 145); Max value from RGB is 83 - color contains mainly: red. Hex color #531B23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531B23 is #ACE4DC. Grayscale: #2C2C2C. Windows color (decimal): -11330781 or 2300755. OLE color: 2300755.
HSL color Cylindrical-coordinate representation of color #531B23: hue angle of 351.43º degrees, saturation: 0.51, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #531B23 is Cyan = 0, Magento = 0.67, Yellow = 0.58 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 27 | 35 | - |
| CMYK | 0 | 0.67 | 0.58 | 0.67 |
| HSL | 351.43º | 0.51% | 0.22% | - |
| HSV(B) | 351.43º | 0.67% | 0.33% | - |
| XYZ | 4.26 | 2.74 | 1.9 | - |
| YUV | 44.66 | 122.55 | 155.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 27 | 35 | 0 | 0.67 | 0.58 | 0.67 | 351.43 | 0.51 | 0.22 |
| Hex | 53 | 1B | 23 | 0 | 43 | 3A | 43 | 15F | 33 | 16 |
| Octal | 123 | 33 | 43 | 0 | 103 | 72 | 103 | 537 | 63 | 26 |
| Binary | 1010011 | 11011 | 100011 | 0 | 1000011 | 111010 | 1000011 | 101011111 | 110011 | 10110 |
Color Harmonies of #531B23
Complementary color
Monochromatic Colors of #531B23
Black with #531B23
Text Example
Text Example
White with #531B23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531B23; }
p { color: rgb(83,27,35); }
H1.HeaderClassName
{
color: #531B23;
}
.AnyTagClassName
{
color: #531B23;
}
</style>
background-color css
<style>
a { background-color: #531B23; }
a { background-color: rgb(83,27,35); }
div.DivClassName
{
background-color: #531B23;
}
.BgClassName
{
background-color: #531B23;
}
</style>
border-color css
<style>
span { border-color: #531B23; }
span { border-color: rgb(83,27,35); }
td.TdClassName
{
border-color: #531B23;
}
.TagClassName
{
border-color: #531B23;
}
</style>