Shades of Bordeaux #530F26
Tints of Bordeaux #530F26
RGB
CMYK
RGB Variations
Color information
#530F26 (or 0x530F26) is known color: Bordeaux. HEX triplet: 53, 0F and 26. RGB value is (83,15,38). Sum of RGB (Red+Green+Blue) = 83+15+38=136 (18% of max value = 765). Red value is 83 (32.81% from 255 or 61.03% from 136); Green value is 15 (6.25% from 255 or 11.03% from 136); Blue value is 38 (15.23% from 255 or 27.94% from 136); Max value from RGB is 83 - color contains mainly: red. Hex color #530F26 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530F26 is #ACF0D9. Grayscale: #252525. Windows color (decimal): -11333850 or 2494291. OLE color: 2494291.
HSL color Cylindrical-coordinate representation of color #530F26: hue angle of 339.71º degrees, saturation: 0.69, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #530F26 is Cyan = 0, Magento = 0.82, Yellow = 0.54 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 15 | 38 | - |
| CMYK | 0 | 0.82 | 0.54 | 0.67 |
| HSL | 339.71º | 0.69% | 0.19% | - |
| HSV(B) | 339.71º | 0.82% | 0.33% | - |
| XYZ | 4.09 | 2.32 | 2.07 | - |
| YUV | 37.95 | 128.03 | 160.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 15 | 38 | 0 | 0.82 | 0.54 | 0.67 | 339.71 | 0.69 | 0.19 |
| Hex | 53 | F | 26 | 0 | 52 | 36 | 43 | 154 | 45 | 13 |
| Octal | 123 | 17 | 46 | 0 | 122 | 66 | 103 | 524 | 105 | 23 |
| Binary | 1010011 | 1111 | 100110 | 0 | 1010010 | 110110 | 1000011 | 101010100 | 1000101 | 10011 |
Color Harmonies of #530F26
Complementary color
Monochromatic Colors of #530F26
Black with #530F26
Text Example
Text Example
White with #530F26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530F26; }
p { color: rgb(83,15,38); }
H1.HeaderClassName
{
color: #530F26;
}
.AnyTagClassName
{
color: #530F26;
}
</style>
background-color css
<style>
a { background-color: #530F26; }
a { background-color: rgb(83,15,38); }
div.DivClassName
{
background-color: #530F26;
}
.BgClassName
{
background-color: #530F26;
}
</style>
border-color css
<style>
span { border-color: #530F26; }
span { border-color: rgb(83,15,38); }
td.TdClassName
{
border-color: #530F26;
}
.TagClassName
{
border-color: #530F26;
}
</style>