Shades of Bordeaux #531B27
Tints of Bordeaux #531B27
RGB
CMYK
RGB Variations
Color information
#531B27 (or 0x531B27) is known color: Bordeaux. HEX triplet: 53, 1B and 27. RGB value is (83,27,39). Sum of RGB (Red+Green+Blue) = 83+27+39=149 (19% of max value = 765). Red value is 83 (32.81% from 255 or 55.70% from 149); Green value is 27 (10.94% from 255 or 18.12% from 149); Blue value is 39 (15.62% from 255 or 26.17% from 149); Max value from RGB is 83 - color contains mainly: red. Hex color #531B27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531B27 is #ACE4D8. Grayscale: #2D2D2D. Windows color (decimal): -11330777 or 2562899. OLE color: 2562899.
HSL color Cylindrical-coordinate representation of color #531B27: hue angle of 347.14º 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 #531B27 is Cyan = 0, Magento = 0.67, Yellow = 0.53 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 27 | 39 | - |
| CMYK | 0 | 0.67 | 0.53 | 0.67 |
| HSL | 347.14º | 0.51% | 0.22% | - |
| HSV(B) | 347.14º | 0.67% | 0.33% | - |
| XYZ | 4.33 | 2.77 | 2.23 | - |
| YUV | 45.11 | 124.55 | 155.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 27 | 39 | 0 | 0.67 | 0.53 | 0.67 | 347.14 | 0.51 | 0.22 |
| Hex | 53 | 1B | 27 | 0 | 43 | 35 | 43 | 15B | 33 | 16 |
| Octal | 123 | 33 | 47 | 0 | 103 | 65 | 103 | 533 | 63 | 26 |
| Binary | 1010011 | 11011 | 100111 | 0 | 1000011 | 110101 | 1000011 | 101011011 | 110011 | 10110 |
Color Harmonies of #531B27
Complementary color
Monochromatic Colors of #531B27
Black with #531B27
Text Example
Text Example
White with #531B27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531B27; }
p { color: rgb(83,27,39); }
H1.HeaderClassName
{
color: #531B27;
}
.AnyTagClassName
{
color: #531B27;
}
</style>
background-color css
<style>
a { background-color: #531B27; }
a { background-color: rgb(83,27,39); }
div.DivClassName
{
background-color: #531B27;
}
.BgClassName
{
background-color: #531B27;
}
</style>
border-color css
<style>
span { border-color: #531B27; }
span { border-color: rgb(83,27,39); }
td.TdClassName
{
border-color: #531B27;
}
.TagClassName
{
border-color: #531B27;
}
</style>