Shades of Bordeaux #530E1F
Tints of Bordeaux #530E1F
RGB
CMYK
RGB Variations
Color information
#530E1F (or 0x530E1F) is known color: Bordeaux. HEX triplet: 53, 0E and 1F. RGB value is (83,14,31). Sum of RGB (Red+Green+Blue) = 83+14+31=128 (16% of max value = 765). Red value is 83 (32.81% from 255 or 64.84% from 128); Green value is 14 (5.86% from 255 or 10.94% from 128); Blue value is 31 (12.5% from 255 or 24.22% from 128); Max value from RGB is 83 - color contains mainly: red. Hex color #530E1F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530E1F is #ACF1E0. Grayscale: #242424. Windows color (decimal): -11334113 or 2035283. OLE color: 2035283.
HSL color Cylindrical-coordinate representation of color #530E1F: hue angle of 345.22º degrees, saturation: 0.71, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #530E1F is Cyan = 0, Magento = 0.83, Yellow = 0.63 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 14 | 31 | - |
| CMYK | 0 | 0.83 | 0.63 | 0.67 |
| HSL | 345.22º | 0.71% | 0.19% | - |
| HSV(B) | 345.22º | 0.83% | 0.33% | - |
| XYZ | 3.97 | 2.25 | 1.52 | - |
| YUV | 36.57 | 124.86 | 161.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 14 | 31 | 0 | 0.83 | 0.63 | 0.67 | 345.22 | 0.71 | 0.19 |
| Hex | 53 | E | 1F | 0 | 53 | 3F | 43 | 159 | 47 | 13 |
| Octal | 123 | 16 | 37 | 0 | 123 | 77 | 103 | 531 | 107 | 23 |
| Binary | 1010011 | 1110 | 11111 | 0 | 1010011 | 111111 | 1000011 | 101011001 | 1000111 | 10011 |
Color Harmonies of #530E1F
Complementary color
Monochromatic Colors of #530E1F
Black with #530E1F
Text Example
Text Example
White with #530E1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530E1F; }
p { color: rgb(83,14,31); }
H1.HeaderClassName
{
color: #530E1F;
}
.AnyTagClassName
{
color: #530E1F;
}
</style>
background-color css
<style>
a { background-color: #530E1F; }
a { background-color: rgb(83,14,31); }
div.DivClassName
{
background-color: #530E1F;
}
.BgClassName
{
background-color: #530E1F;
}
</style>
border-color css
<style>
span { border-color: #530E1F; }
span { border-color: rgb(83,14,31); }
td.TdClassName
{
border-color: #530E1F;
}
.TagClassName
{
border-color: #530E1F;
}
</style>