Shades of Bilbao #32710D
Tints of Bilbao #32710D
RGB
CMYK
RGB Variations
Color information
#32710D (or 0x32710D) is known color: Bilbao. HEX triplet: 32, 71 and 0D. RGB value is (50,113,13). Sum of RGB (Red+Green+Blue) = 50+113+13=176 (23% of max value = 765). Red value is 50 (19.92% from 255 or 28.41% from 176); Green value is 113 (44.53% from 255 or 64.20% from 176); Blue value is 13 (5.47% from 255 or 7.39% from 176); Max value from RGB is 113 - color contains mainly: green. Hex color #32710D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #32710D is #CD8EF2. Grayscale: #535353. Windows color (decimal): -13471475 or 880946. OLE color: 880946.
HSL color Cylindrical-coordinate representation of color #32710D: hue angle of 97.8º degrees, saturation: 0.79, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #32710D is Cyan = 0.56, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 50 | 113 | 13 | - |
| CMYK | 0.56 | 0 | 0.88 | 0.56 |
| HSL | 97.8º | 0.79% | 0.25% | - |
| HSV(B) | 97.8º | 0.88% | 0.44% | - |
| XYZ | 7.29 | 12.52 | 2.41 | - |
| YUV | 82.76 | 88.63 | 104.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 113 | 13 | 0.56 | 0 | 0.88 | 0.56 | 97.8 | 0.79 | 0.25 |
| Hex | 32 | 71 | D | 38 | 0 | 58 | 38 | 62 | 4F | 19 |
| Octal | 62 | 161 | 15 | 70 | 0 | 130 | 70 | 142 | 117 | 31 |
| Binary | 110010 | 1110001 | 1101 | 111000 | 0 | 1011000 | 111000 | 1100010 | 1001111 | 11001 |
Color Harmonies of #32710D
Complementary color
Monochromatic Colors of #32710D
Black with #32710D
Text Example
Text Example
White with #32710D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32710D; }
p { color: rgb(50,113,13); }
H1.HeaderClassName
{
color: #32710D;
}
.AnyTagClassName
{
color: #32710D;
}
</style>
background-color css
<style>
a { background-color: #32710D; }
a { background-color: rgb(50,113,13); }
div.DivClassName
{
background-color: #32710D;
}
.BgClassName
{
background-color: #32710D;
}
</style>
border-color css
<style>
span { border-color: #32710D; }
span { border-color: rgb(50,113,13); }
td.TdClassName
{
border-color: #32710D;
}
.TagClassName
{
border-color: #32710D;
}
</style>